#08C3F9

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

Shades of Deep Sky Blue #08C3F9

Tints of Deep Sky Blue #08C3F9

Color information

#08C3F9 (or 0x08C3F9) is unknown color: approx Deep Sky Blue. HEX triplet: 08, C3 and F9. RGB value is (8,195,249). Sum of RGB (Red+Green+Blue) = 8+195+249=452 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #08C3F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C3F9 is #F73C06. Grayscale: #909090. Windows color (decimal): -16202759 or 16368392. OLE color: 16368392.

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

Color convert

RGB8195249-
CMYK0.970.2200.02
HSL193.44º95.26%50.39%-
HSV(B)193.44º96.79%97.65%-
XYZ36.7145.9296.55-
YUV145.24186.5530.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.77%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 249 (97.66% from 255) = 55.09%
R=1.77%
G=43.14%
B=55.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal81952490.970.2200.02193.4495.2650.39
Hex8C3F9611602c15f32
Octal10303371141260230113762
Binary10001100001111111001110000110110010110000011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,195,249); }

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

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

 a { background-color: rgb(8,195,249); }

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

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

 span { border-color: rgb(8,195,249); }

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