#08C6F0

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

Shades of Deep Sky Blue #08C6F0

Tints of Deep Sky Blue #08C6F0

Color information

#08C6F0 (or 0x08C6F0) is unknown color: approx Deep Sky Blue. HEX triplet: 08, C6 and F0. RGB value is (8,198,240). Sum of RGB (Red+Green+Blue) = 8+198+240=446 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #08C6F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C6F0 is #F7390F. Grayscale: #919191. Windows color (decimal): -16202000 or 15779336. OLE color: 15779336.

HSL color Cylindrical-coordinate representation of color #08C6F0: hue angle of 190.86º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C6F0 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8198240-
CMYK0.970.1800.06
HSL190.86º93.55%48.63%-
HSV(B)190.86º96.67%94.12%-
XYZ36.0246.7389.56-
YUV145.98181.0529.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.79%
GREEN value IS 198 (77.73% from 255) = 44.39%
BLUE value IS 240 (94.14% from 255) = 53.81%
R=1.79%
G=44.39%
B=53.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal81982400.970.1800.06190.8693.5548.63
Hex8C6F0611206bf5e31
Octal10306360141220627713661
Binary100011000110111100001100001100100110101111111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,198,240); }

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

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

 a { background-color: rgb(8,198,240); }

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

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

 span { border-color: rgb(8,198,240); }

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