#08CAFB

Color #08CAFB Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #08CAFB

Tints of Deep Sky Blue #08CAFB

Color information

#08CAFB (or 0x08CAFB) is unknown color: approx Deep Sky Blue. HEX triplet: 08, CA and FB. RGB value is (8,202,251). Sum of RGB (Red+Green+Blue) = 8+202+251=461 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.74% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #08CAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CAFB is #F73504. Grayscale: #959595. Windows color (decimal): -16200965 or 16501256. OLE color: 16501256.

HSL color Cylindrical-coordinate representation of color #08CAFB: hue angle of 192.1º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CAFB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8202251-
CMYK0.970.2000.02
HSL192.1º96.81%50.78%-
HSV(B)192.1º96.81%98.43%-
XYZ38.6349.2698.74-
YUV149.58185.2327.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.74%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 251 (98.44% from 255) = 54.45%
R=1.74%
G=43.82%
B=54.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82022510.970.2000.02192.196.8150.78
Hex8CAFB611402c06133
Octal10312373141240230014163
Binary10001100101011111011110000110100010110000001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08CAFB; }

 p { color: rgb(8,202,251); }

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

<style>
 a { background-color: #08CAFB; }

 a { background-color: rgb(8,202,251); }

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

<style>
 span { border-color: #08CAFB; }

 span { border-color: rgb(8,202,251); }

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