#00BFFF

Color #00BFFF DeepSkyBlue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of DeepSkyBlue #00BFFF

Tints of DeepSkyBlue #00BFFF

Color information

#00BFFF (or 0x00BFFF) is known color: DeepSkyBlue. HEX triplet: 00, BF and FF. RGB value is (0,191,255). Sum of RGB (Red+Green+Blue) = 0+191+255=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #00BFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BFFF is #FF4000. Grayscale: #8C8C8C. Windows color (decimal): -16728065 or 16760576. OLE color: 16760576.

HSL color Cylindrical-coordinate representation of color #00BFFF: hue angle of 195.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFFF is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0191255-
CMYK10.2500
HSL195.06º100%50%-
HSV(B)195.06º100%100%-
XYZ36.6844.48101.26-
YUV141.19192.2227.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 255 (100% from 255) = 57.17%
R=0%
G=42.83%
B=57.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal019125510.2500195.0610050
Hex0BFFF641900c36432
Octal0277377144310030314462
Binary0101111111111111111001001100100110000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BFFF; }

 p { color: rgb(0,191,255); }

 H1.HeaderClassName
 {
   color: #00BFFF;
 }
 .AnyTagClassName
 {
   color: #00BFFF;
 }
</style>
background-color css

<style>
 a { background-color: #00BFFF; }

 a { background-color: rgb(0,191,255); }

 div.DivClassName
 {
   background-color: #00BFFF;
 }
 .BgClassName
 {
   background-color: #00BFFF;
 }
</style>
border-color css

<style>
 span { border-color: #00BFFF; }

 span { border-color: rgb(0,191,255); }

 td.TdClassName
 {
   border-color: #00BFFF;
 }
 .TagClassName
 {
   border-color: #00BFFF;
 }
</style>