Shades of Deep Sky Blue #00DDFD
Tints of Deep Sky Blue #00DDFD
RGB
CMYK
RGB Variations
Color information
#00DDFD (or 0x00DDFD) is known color: Deep Sky Blue. HEX triplet: 00, DD and FD. RGB value is (0,221,253). Sum of RGB (Red+Green+Blue) = 0+221+253=474 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #00DDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DDFD is #FF2202. Grayscale: #9E9E9E. Windows color (decimal): -16720387 or 16637184. OLE color: 16637184.
HSL color Cylindrical-coordinate representation of color #00DDFD: hue angle of 187.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDFD is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 221 | 253 | - |
| CMYK | 1 | 0.13 | 0 | 0.01 |
| HSL | 187.59º | 1% | 0.5% | - |
| HSV(B) | 187.59º | 1% | 0.99% | - |
| XYZ | 43.59 | 58.8 | 101.98 | - |
| YUV | 158.57 | 181.28 | 14.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 253 | 1 | 0.13 | 0 | 0.01 | 187.59 | 1 | 0.5 |
| Hex | 0 | DD | FD | 64 | D | 0 | 1 | BC | 64 | 32 |
| Octal | 0 | 335 | 375 | 144 | 15 | 0 | 1 | 274 | 144 | 62 |
| Binary | 0 | 11011101 | 11111101 | 1100100 | 1101 | 0 | 1 | 10111100 | 1100100 | 110010 |
Color Harmonies of #00DDFD
Complementary color
Monochromatic Colors of #00DDFD
Black with #00DDFD
Text Example
Text Example
White with #00DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDFD; }
p { color: rgb(0,221,253); }
H1.HeaderClassName
{
color: #00DDFD;
}
.AnyTagClassName
{
color: #00DDFD;
}
</style>
background-color css
<style>
a { background-color: #00DDFD; }
a { background-color: rgb(0,221,253); }
div.DivClassName
{
background-color: #00DDFD;
}
.BgClassName
{
background-color: #00DDFD;
}
</style>
border-color css
<style>
span { border-color: #00DDFD; }
span { border-color: rgb(0,221,253); }
td.TdClassName
{
border-color: #00DDFD;
}
.TagClassName
{
border-color: #00DDFD;
}
</style>