Shades of Deep Sky Blue #08D2FF
Tints of Deep Sky Blue #08D2FF
RGB
CMYK
RGB Variations
Color information
#08D2FF (or 0x08D2FF) is known color: Deep Sky Blue. HEX triplet: 08, D2 and FF. RGB value is (8,210,255). Sum of RGB (Red+Green+Blue) = 8+210+255=473 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.69% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #08D2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D2FF is #F72D00. Grayscale: #9A9A9A. Windows color (decimal): -16198913 or 16765448. OLE color: 16765448.
HSL color Cylindrical-coordinate representation of color #08D2FF: hue angle of 190.93º 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 #08D2FF is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 210 | 255 | - |
| CMYK | 0.97 | 0.18 | 0 | 0 |
| HSL | 190.93º | 1% | 0.52% | - |
| HSV(B) | 190.93º | 0.97% | 1% | - |
| XYZ | 41.2 | 53.36 | 102.74 | - |
| YUV | 154.73 | 184.58 | 23.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 210 | 255 | 0.97 | 0.18 | 0 | 0 | 190.93 | 1 | 0.52 |
| Hex | 8 | D2 | FF | 61 | 12 | 0 | 0 | BF | 64 | 34 |
| Octal | 10 | 322 | 377 | 141 | 22 | 0 | 0 | 277 | 144 | 64 |
| Binary | 1000 | 11010010 | 11111111 | 1100001 | 10010 | 0 | 0 | 10111111 | 1100100 | 110100 |
Color Harmonies of #08D2FF
Complementary color
Monochromatic Colors of #08D2FF
Black with #08D2FF
Text Example
Text Example
White with #08D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D2FF; }
p { color: rgb(8,210,255); }
H1.HeaderClassName
{
color: #08D2FF;
}
.AnyTagClassName
{
color: #08D2FF;
}
</style>
background-color css
<style>
a { background-color: #08D2FF; }
a { background-color: rgb(8,210,255); }
div.DivClassName
{
background-color: #08D2FF;
}
.BgClassName
{
background-color: #08D2FF;
}
</style>
border-color css
<style>
span { border-color: #08D2FF; }
span { border-color: rgb(8,210,255); }
td.TdClassName
{
border-color: #08D2FF;
}
.TagClassName
{
border-color: #08D2FF;
}
</style>