Color Hex Logo

#00bfff Color Hex DeepSkyBlue1

#00BFFF
(0,191,255)
72 Favorites   3 Comments

Color spaces of #00bfff DeepSkyBlue1

RGB 0191255
HSL0.541.000.50
HSV195°100°100°
CMYK 1.000.250.00   0.00
XYZ36.680844.4816101.2603
Yxy44.48160.20110.2438
Hunter Lab66.6945-18.5436-43.3321
CIE-Lab72.5492-17.6480-42.5483

#00bfff color RGB value is (0,191,255). #00bfff color name is DeepSkyBlue1 color.

#00bfff hex color red value is 0, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #00bfff hue: 0.54 , saturation: 1.00 and the lightness value of 00bfff is 0.50.

The process color (four color CMYK) of #00bfff color hex is 1.00, 0.25, 0.00, 0.00. Web safe color of #00bfff is #00ccff. Color #00bfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111111 11111111
Octal 0 277 377
Decimal 0 191 255
Hex 0 BF FF

RGB Percentages of Color #00bfff

%0.00
%42.83
%57.17

CMYK Percentages of Color #00bfff

%100
%25
%0
%0

Triadic Colors of #00bfff

#00bfff #ff00bf #bfff00

Analogous Colors of #00bfff

#00bfff #0040ff #00ffc0

Monochromatic Colors of #00bfff

#00bfff

Complementary Color

#00bfff #ff4000

#00bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bfff Color CSS Codes

.mybgcolor {background-color:#00bfff; } 
.myforecolor {color:#00bfff; }
.mybordercolor {border:3px solid #00bfff; }

#00bfff Text Font Color

<p style="color:#00bfff">Text here</p>

This sample text font color is #00bfff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00bfff Background Color

<div style="background-color:#00bfff">
Div content here</div>

This div background color is #00bfff


#00bfff Border Color

<div style="border:3px solid #00bfff">
Div here</div>

This div border color is #00bfff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,191,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00bfff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00bfff;
  -webkit-box-shadow: 1px 1px 3px 2px #00bfff;
  box-shadow:         1px 1px 3px 2px #00bfff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,191,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00bfff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00bfff;
  -webkit-box-shadow: 1px 1px 3px 2px #00bfff;
  box-shadow:         1px 1px 3px 2px #00bfff;">
Div content here</div>

This div box has shadow with color #00bfff


Comments

17 Sep 2022, 18:24 GwynethLlewelyn

This is the colour for the logo of Linden Labs flagship product, Second Life. Accept no substitutes!

15 Aug 2020, 15:36 alonsopro

or real sky blue

15 Aug 2020, 15:35 alonsopro

say helo to deep sky blue

Please login to write comment.