Shades of Deep Sky Blue #08D8FE
Tints of Deep Sky Blue #08D8FE
RGB
CMYK
RGB Variations
Color information
#08D8FE (or 0x08D8FE) is known color: Deep Sky Blue. HEX triplet: 08, D8 and FE. RGB value is (8,216,254). Sum of RGB (Red+Green+Blue) = 8+216+254=478 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #08D8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D8FE is #F72701. Grayscale: #9D9D9D. Windows color (decimal): -16197378 or 16701448. OLE color: 16701448.
HSL color Cylindrical-coordinate representation of color #08D8FE: hue angle of 189.27º 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 #08D8FE is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 216 | 254 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.00 |
| HSL | 189.27º | 0.99% | 0.51% | - |
| HSV(B) | 189.27º | 0.97% | 1% | - |
| XYZ | 42.55 | 56.32 | 102.39 | - |
| YUV | 158.14 | 182.09 | 20.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 216 | 254 | 0.97 | 0.15 | 0 | 0.00 | 189.27 | 0.99 | 0.51 |
| Hex | 8 | D8 | FE | 61 | F | 0 | 0 | BD | 63 | 33 |
| Octal | 10 | 330 | 376 | 141 | 17 | 0 | 0 | 275 | 143 | 63 |
| Binary | 1000 | 11011000 | 11111110 | 1100001 | 1111 | 0 | 0 | 10111101 | 1100011 | 110011 |
Color Harmonies of #08D8FE
Complementary color
Monochromatic Colors of #08D8FE
Black with #08D8FE
Text Example
Text Example
White with #08D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D8FE; }
p { color: rgb(8,216,254); }
H1.HeaderClassName
{
color: #08D8FE;
}
.AnyTagClassName
{
color: #08D8FE;
}
</style>
background-color css
<style>
a { background-color: #08D8FE; }
a { background-color: rgb(8,216,254); }
div.DivClassName
{
background-color: #08D8FE;
}
.BgClassName
{
background-color: #08D8FE;
}
</style>
border-color css
<style>
span { border-color: #08D8FE; }
span { border-color: rgb(8,216,254); }
td.TdClassName
{
border-color: #08D8FE;
}
.TagClassName
{
border-color: #08D8FE;
}
</style>