Shades of Deep Sky Blue #08C6EA
Tints of Deep Sky Blue #08C6EA
RGB
CMYK
RGB Variations
Color information
#08C6EA (or 0x08C6EA) is known color: Deep Sky Blue. HEX triplet: 08, C6 and EA. RGB value is (8,198,234). Sum of RGB (Red+Green+Blue) = 8+198+234=440 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #08C6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C6EA is #F73915. Grayscale: #909090. Windows color (decimal): -16202006 or 15386120. OLE color: 15386120.
HSL color Cylindrical-coordinate representation of color #08C6EA: hue angle of 189.56º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C6EA is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 198 | 234 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.08 |
| HSL | 189.56º | 0.93% | 0.47% | - |
| HSV(B) | 189.56º | 0.97% | 0.92% | - |
| XYZ | 35.15 | 46.38 | 84.94 | - |
| YUV | 145.29 | 178.05 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 198 | 234 | 0.97 | 0.15 | 0 | 0.08 | 189.56 | 0.93 | 0.47 |
| Hex | 8 | C6 | EA | 61 | F | 0 | 8 | BE | 5D | 2F |
| Octal | 10 | 306 | 352 | 141 | 17 | 0 | 10 | 276 | 135 | 57 |
| Binary | 1000 | 11000110 | 11101010 | 1100001 | 1111 | 0 | 1000 | 10111110 | 1011101 | 101111 |
Color Harmonies of #08C6EA
Complementary color
Monochromatic Colors of #08C6EA
Black with #08C6EA
Text Example
Text Example
White with #08C6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C6EA; }
p { color: rgb(8,198,234); }
H1.HeaderClassName
{
color: #08C6EA;
}
.AnyTagClassName
{
color: #08C6EA;
}
</style>
background-color css
<style>
a { background-color: #08C6EA; }
a { background-color: rgb(8,198,234); }
div.DivClassName
{
background-color: #08C6EA;
}
.BgClassName
{
background-color: #08C6EA;
}
</style>
border-color css
<style>
span { border-color: #08C6EA; }
span { border-color: rgb(8,198,234); }
td.TdClassName
{
border-color: #08C6EA;
}
.TagClassName
{
border-color: #08C6EA;
}
</style>