Shades of Deep Sky Blue #08C6EC
Tints of Deep Sky Blue #08C6EC
RGB
CMYK
RGB Variations
Color information
#08C6EC (or 0x08C6EC) is known color: Deep Sky Blue. HEX triplet: 08, C6 and EC. RGB value is (8,198,236). Sum of RGB (Red+Green+Blue) = 8+198+236=442 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #08C6EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C6EC is #F73913. Grayscale: #919191. Windows color (decimal): -16202004 or 15517192. OLE color: 15517192.
HSL color Cylindrical-coordinate representation of color #08C6EC: hue angle of 190º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C6EC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 198 | 236 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.07 |
| HSL | 190º | 0.93% | 0.48% | - |
| HSV(B) | 190º | 0.97% | 0.93% | - |
| XYZ | 35.43 | 46.5 | 86.46 | - |
| YUV | 145.52 | 179.05 | 29.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 198 | 236 | 0.97 | 0.16 | 0 | 0.07 | 190 | 0.93 | 0.48 |
| Hex | 8 | C6 | EC | 61 | 10 | 0 | 7 | BE | 5D | 30 |
| Octal | 10 | 306 | 354 | 141 | 20 | 0 | 7 | 276 | 135 | 60 |
| Binary | 1000 | 11000110 | 11101100 | 1100001 | 10000 | 0 | 111 | 10111110 | 1011101 | 110000 |
Color Harmonies of #08C6EC
Complementary color
Monochromatic Colors of #08C6EC
Black with #08C6EC
Text Example
Text Example
White with #08C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C6EC; }
p { color: rgb(8,198,236); }
H1.HeaderClassName
{
color: #08C6EC;
}
.AnyTagClassName
{
color: #08C6EC;
}
</style>
background-color css
<style>
a { background-color: #08C6EC; }
a { background-color: rgb(8,198,236); }
div.DivClassName
{
background-color: #08C6EC;
}
.BgClassName
{
background-color: #08C6EC;
}
</style>
border-color css
<style>
span { border-color: #08C6EC; }
span { border-color: rgb(8,198,236); }
td.TdClassName
{
border-color: #08C6EC;
}
.TagClassName
{
border-color: #08C6EC;
}
</style>