Shades of Deep Sky Blue #00DDFE
Tints of Deep Sky Blue #00DDFE
RGB
CMYK
RGB Variations
Color information
#00DDFE (or 0x00DDFE) is known color: Deep Sky Blue. HEX triplet: 00, DD and FE. RGB value is (0,221,254). Sum of RGB (Red+Green+Blue) = 0+221+254=475 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #00DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DDFE is #FF2201. Grayscale: #9E9E9E. Windows color (decimal): -16720386 or 16702720. OLE color: 16702720.
HSL color Cylindrical-coordinate representation of color #00DDFE: hue angle of 187.8º 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 #00DDFE is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 221 | 254 | - |
| CMYK | 1 | 0.13 | 0 | 0.00 |
| HSL | 187.8º | 1% | 0.5% | - |
| HSV(B) | 187.8º | 1% | 1% | - |
| XYZ | 43.75 | 58.87 | 102.82 | - |
| YUV | 158.68 | 181.78 | 14.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 254 | 1 | 0.13 | 0 | 0.00 | 187.8 | 1 | 0.5 |
| Hex | 0 | DD | FE | 64 | D | 0 | 0 | BC | 64 | 32 |
| Octal | 0 | 335 | 376 | 144 | 15 | 0 | 0 | 274 | 144 | 62 |
| Binary | 0 | 11011101 | 11111110 | 1100100 | 1101 | 0 | 0 | 10111100 | 1100100 | 110010 |
Color Harmonies of #00DDFE
Complementary color
Monochromatic Colors of #00DDFE
Black with #00DDFE
Text Example
Text Example
White with #00DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDFE; }
p { color: rgb(0,221,254); }
H1.HeaderClassName
{
color: #00DDFE;
}
.AnyTagClassName
{
color: #00DDFE;
}
</style>
background-color css
<style>
a { background-color: #00DDFE; }
a { background-color: rgb(0,221,254); }
div.DivClassName
{
background-color: #00DDFE;
}
.BgClassName
{
background-color: #00DDFE;
}
</style>
border-color css
<style>
span { border-color: #00DDFE; }
span { border-color: rgb(0,221,254); }
td.TdClassName
{
border-color: #00DDFE;
}
.TagClassName
{
border-color: #00DDFE;
}
</style>