Shades of Deep Sky Blue #08D2FE
Tints of Deep Sky Blue #08D2FE
RGB
CMYK
RGB Variations
Color information
#08D2FE (or 0x08D2FE) is known color: Deep Sky Blue. HEX triplet: 08, D2 and FE. RGB value is (8,210,254). Sum of RGB (Red+Green+Blue) = 8+210+254=472 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.69% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #08D2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D2FE is #F72D01. Grayscale: #9A9A9A. Windows color (decimal): -16198914 or 16699912. OLE color: 16699912.
HSL color Cylindrical-coordinate representation of color #08D2FE: hue angle of 190.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08D2FE is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 210 | 254 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.00 |
| HSL | 190.73º | 0.99% | 0.51% | - |
| HSV(B) | 190.73º | 0.97% | 1% | - |
| XYZ | 41.04 | 53.3 | 101.89 | - |
| YUV | 154.62 | 184.08 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 210 | 254 | 0.97 | 0.17 | 0 | 0.00 | 190.73 | 0.99 | 0.51 |
| Hex | 8 | D2 | FE | 61 | 11 | 0 | 0 | BF | 63 | 33 |
| Octal | 10 | 322 | 376 | 141 | 21 | 0 | 0 | 277 | 143 | 63 |
| Binary | 1000 | 11010010 | 11111110 | 1100001 | 10001 | 0 | 0 | 10111111 | 1100011 | 110011 |
Color Harmonies of #08D2FE
Complementary color
Monochromatic Colors of #08D2FE
Black with #08D2FE
Text Example
Text Example
White with #08D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D2FE; }
p { color: rgb(8,210,254); }
H1.HeaderClassName
{
color: #08D2FE;
}
.AnyTagClassName
{
color: #08D2FE;
}
</style>
background-color css
<style>
a { background-color: #08D2FE; }
a { background-color: rgb(8,210,254); }
div.DivClassName
{
background-color: #08D2FE;
}
.BgClassName
{
background-color: #08D2FE;
}
</style>
border-color css
<style>
span { border-color: #08D2FE; }
span { border-color: rgb(8,210,254); }
td.TdClassName
{
border-color: #08D2FE;
}
.TagClassName
{
border-color: #08D2FE;
}
</style>