Shades of Deep Sky Blue #00DEFE
Tints of Deep Sky Blue #00DEFE
RGB
CMYK
RGB Variations
Color information
#00DEFE (or 0x00DEFE) is known color: Deep Sky Blue. HEX triplet: 00, DE and FE. RGB value is (0,222,254). Sum of RGB (Red+Green+Blue) = 0+222+254=476 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #00DEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEFE is #FF2101. Grayscale: #9E9E9E. Windows color (decimal): -16720130 or 16702976. OLE color: 16702976.
HSL color Cylindrical-coordinate representation of color #00DEFE: hue angle of 187.56º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEFE is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 222 | 254 | - |
| CMYK | 1 | 0.13 | 0 | 0.00 |
| HSL | 187.56º | 1% | 0.5% | - |
| HSV(B) | 187.56º | 1% | 1% | - |
| XYZ | 44.01 | 59.4 | 102.91 | - |
| YUV | 159.27 | 181.45 | 14.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 254 | 1 | 0.13 | 0 | 0.00 | 187.56 | 1 | 0.5 |
| Hex | 0 | DE | FE | 64 | D | 0 | 0 | BC | 64 | 32 |
| Octal | 0 | 336 | 376 | 144 | 15 | 0 | 0 | 274 | 144 | 62 |
| Binary | 0 | 11011110 | 11111110 | 1100100 | 1101 | 0 | 0 | 10111100 | 1100100 | 110010 |
Color Harmonies of #00DEFE
Complementary color
Monochromatic Colors of #00DEFE
Black with #00DEFE
Text Example
Text Example
White with #00DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEFE; }
p { color: rgb(0,222,254); }
H1.HeaderClassName
{
color: #00DEFE;
}
.AnyTagClassName
{
color: #00DEFE;
}
</style>
background-color css
<style>
a { background-color: #00DEFE; }
a { background-color: rgb(0,222,254); }
div.DivClassName
{
background-color: #00DEFE;
}
.BgClassName
{
background-color: #00DEFE;
}
</style>
border-color css
<style>
span { border-color: #00DEFE; }
span { border-color: rgb(0,222,254); }
td.TdClassName
{
border-color: #00DEFE;
}
.TagClassName
{
border-color: #00DEFE;
}
</style>