Shades of Deep Sky Blue #08DEFE
Tints of Deep Sky Blue #08DEFE
RGB
CMYK
RGB Variations
Color information
#08DEFE (or 0x08DEFE) is known color: Deep Sky Blue. HEX triplet: 08, DE and FE. RGB value is (8,222,254). Sum of RGB (Red+Green+Blue) = 8+222+254=484 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.65% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #08DEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DEFE is #F72101. Grayscale: #A1A1A1. Windows color (decimal): -16195842 or 16702984. OLE color: 16702984.
HSL color Cylindrical-coordinate representation of color #08DEFE: hue angle of 187.8º 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 #08DEFE is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 222 | 254 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.00 |
| HSL | 187.8º | 0.99% | 0.51% | - |
| HSV(B) | 187.8º | 0.97% | 1% | - |
| XYZ | 44.11 | 59.45 | 102.92 | - |
| YUV | 161.66 | 180.1 | 18.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 222 | 254 | 0.97 | 0.13 | 0 | 0.00 | 187.8 | 0.99 | 0.51 |
| Hex | 8 | DE | FE | 61 | D | 0 | 0 | BC | 63 | 33 |
| Octal | 10 | 336 | 376 | 141 | 15 | 0 | 0 | 274 | 143 | 63 |
| Binary | 1000 | 11011110 | 11111110 | 1100001 | 1101 | 0 | 0 | 10111100 | 1100011 | 110011 |
Color Harmonies of #08DEFE
Complementary color
Monochromatic Colors of #08DEFE
Black with #08DEFE
Text Example
Text Example
White with #08DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DEFE; }
p { color: rgb(8,222,254); }
H1.HeaderClassName
{
color: #08DEFE;
}
.AnyTagClassName
{
color: #08DEFE;
}
</style>
background-color css
<style>
a { background-color: #08DEFE; }
a { background-color: rgb(8,222,254); }
div.DivClassName
{
background-color: #08DEFE;
}
.BgClassName
{
background-color: #08DEFE;
}
</style>
border-color css
<style>
span { border-color: #08DEFE; }
span { border-color: rgb(8,222,254); }
td.TdClassName
{
border-color: #08DEFE;
}
.TagClassName
{
border-color: #08DEFE;
}
</style>