Shades of Deep Sky Blue #06DEFE
Tints of Deep Sky Blue #06DEFE
RGB
CMYK
RGB Variations
Color information
#06DEFE (or 0x06DEFE) is known color: Deep Sky Blue. HEX triplet: 06, DE and FE. RGB value is (6,222,254). Sum of RGB (Red+Green+Blue) = 6+222+254=482 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #06DEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DEFE is #F92101. Grayscale: #A0A0A0. Windows color (decimal): -16326914 or 16702982. OLE color: 16702982.
HSL color Cylindrical-coordinate representation of color #06DEFE: hue angle of 187.74º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06DEFE is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 222 | 254 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.00 |
| HSL | 187.74º | 0.99% | 0.51% | - |
| HSV(B) | 187.74º | 0.98% | 1% | - |
| XYZ | 44.09 | 59.44 | 102.91 | - |
| YUV | 161.06 | 180.44 | 17.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 222 | 254 | 0.98 | 0.13 | 0 | 0.00 | 187.74 | 0.99 | 0.51 |
| Hex | 6 | DE | FE | 62 | D | 0 | 0 | BC | 63 | 33 |
| Octal | 6 | 336 | 376 | 142 | 15 | 0 | 0 | 274 | 143 | 63 |
| Binary | 110 | 11011110 | 11111110 | 1100010 | 1101 | 0 | 0 | 10111100 | 1100011 | 110011 |
Color Harmonies of #06DEFE
Complementary color
Monochromatic Colors of #06DEFE
Black with #06DEFE
Text Example
Text Example
White with #06DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DEFE; }
p { color: rgb(6,222,254); }
H1.HeaderClassName
{
color: #06DEFE;
}
.AnyTagClassName
{
color: #06DEFE;
}
</style>
background-color css
<style>
a { background-color: #06DEFE; }
a { background-color: rgb(6,222,254); }
div.DivClassName
{
background-color: #06DEFE;
}
.BgClassName
{
background-color: #06DEFE;
}
</style>
border-color css
<style>
span { border-color: #06DEFE; }
span { border-color: rgb(6,222,254); }
td.TdClassName
{
border-color: #06DEFE;
}
.TagClassName
{
border-color: #06DEFE;
}
</style>