Shades of Deep Sky Blue #08C7EC
Tints of Deep Sky Blue #08C7EC
RGB
CMYK
RGB Variations
Color information
#08C7EC (or 0x08C7EC) is known color: Deep Sky Blue. HEX triplet: 08, C7 and EC. RGB value is (8,199,236). Sum of RGB (Red+Green+Blue) = 8+199+236=443 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #08C7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C7EC is #F73813. Grayscale: #919191. Windows color (decimal): -16201748 or 15517448. OLE color: 15517448.
HSL color Cylindrical-coordinate representation of color #08C7EC: hue angle of 189.74º 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 #08C7EC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 199 | 236 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.07 |
| HSL | 189.74º | 0.93% | 0.48% | - |
| HSV(B) | 189.74º | 0.97% | 0.93% | - |
| XYZ | 35.66 | 46.95 | 86.54 | - |
| YUV | 146.11 | 178.72 | 29.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 236 | 0.97 | 0.16 | 0 | 0.07 | 189.74 | 0.93 | 0.48 |
| Hex | 8 | C7 | EC | 61 | 10 | 0 | 7 | BE | 5D | 30 |
| Octal | 10 | 307 | 354 | 141 | 20 | 0 | 7 | 276 | 135 | 60 |
| Binary | 1000 | 11000111 | 11101100 | 1100001 | 10000 | 0 | 111 | 10111110 | 1011101 | 110000 |
Color Harmonies of #08C7EC
Complementary color
Monochromatic Colors of #08C7EC
Black with #08C7EC
Text Example
Text Example
White with #08C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C7EC; }
p { color: rgb(8,199,236); }
H1.HeaderClassName
{
color: #08C7EC;
}
.AnyTagClassName
{
color: #08C7EC;
}
</style>
background-color css
<style>
a { background-color: #08C7EC; }
a { background-color: rgb(8,199,236); }
div.DivClassName
{
background-color: #08C7EC;
}
.BgClassName
{
background-color: #08C7EC;
}
</style>
border-color css
<style>
span { border-color: #08C7EC; }
span { border-color: rgb(8,199,236); }
td.TdClassName
{
border-color: #08C7EC;
}
.TagClassName
{
border-color: #08C7EC;
}
</style>