Shades of Deep Sky Blue #08C2FF
Tints of Deep Sky Blue #08C2FF
RGB
CMYK
RGB Variations
Color information
#08C2FF (or 0x08C2FF) is known color: Deep Sky Blue. HEX triplet: 08, C2 and FF. RGB value is (8,194,255). Sum of RGB (Red+Green+Blue) = 8+194+255=457 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #08C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C2FF is #F73D00. Grayscale: #909090. Windows color (decimal): -16203009 or 16761352. OLE color: 16761352.
HSL color Cylindrical-coordinate representation of color #08C2FF: hue angle of 194.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C2FF is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 194 | 255 | - |
| CMYK | 0.97 | 0.24 | 0 | 0 |
| HSL | 194.82º | 1% | 0.52% | - |
| HSV(B) | 194.82º | 0.97% | 1% | - |
| XYZ | 37.44 | 45.86 | 101.49 | - |
| YUV | 145.34 | 189.88 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 255 | 0.97 | 0.24 | 0 | 0 | 194.82 | 1 | 0.52 |
| Hex | 8 | C2 | FF | 61 | 18 | 0 | 0 | C3 | 64 | 34 |
| Octal | 10 | 302 | 377 | 141 | 30 | 0 | 0 | 303 | 144 | 64 |
| Binary | 1000 | 11000010 | 11111111 | 1100001 | 11000 | 0 | 0 | 11000011 | 1100100 | 110100 |
Color Harmonies of #08C2FF
Complementary color
Monochromatic Colors of #08C2FF
Black with #08C2FF
Text Example
Text Example
White with #08C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C2FF; }
p { color: rgb(8,194,255); }
H1.HeaderClassName
{
color: #08C2FF;
}
.AnyTagClassName
{
color: #08C2FF;
}
</style>
background-color css
<style>
a { background-color: #08C2FF; }
a { background-color: rgb(8,194,255); }
div.DivClassName
{
background-color: #08C2FF;
}
.BgClassName
{
background-color: #08C2FF;
}
</style>
border-color css
<style>
span { border-color: #08C2FF; }
span { border-color: rgb(8,194,255); }
td.TdClassName
{
border-color: #08C2FF;
}
.TagClassName
{
border-color: #08C2FF;
}
</style>