Shades of Deep Sky Blue #00DDFA
Tints of Deep Sky Blue #00DDFA
RGB
CMYK
RGB Variations
Color information
#00DDFA (or 0x00DDFA) is known color: Deep Sky Blue. HEX triplet: 00, DD and FA. RGB value is (0,221,250). Sum of RGB (Red+Green+Blue) = 0+221+250=471 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #00DDFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DDFA is #FF2205. Grayscale: #9D9D9D. Windows color (decimal): -16720390 or 16440576. OLE color: 16440576.
HSL color Cylindrical-coordinate representation of color #00DDFA: hue angle of 186.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDFA is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 0 | 221 | 250 | - |
CMYK | 1 | 0.12 | 0 | 0.02 |
HSL | 186.96º | 1% | 0.49% | - |
HSV(B) | 186.96º | 1% | 0.98% | - |
XYZ | 43.11 | 58.62 | 99.48 | - |
YUV | 158.23 | 179.78 | 15.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 221 | 250 | 1 | 0.12 | 0 | 0.02 | 186.96 | 1 | 0.49 |
Hex | 0 | DD | FA | 64 | C | 0 | 2 | BB | 64 | 31 |
Octal | 0 | 335 | 372 | 144 | 14 | 0 | 2 | 273 | 144 | 61 |
Binary | 0 | 11011101 | 11111010 | 1100100 | 1100 | 0 | 10 | 10111011 | 1100100 | 110001 |
Color Harmonies of #00DDFA
Complementary color
Monochromatic Colors of #00DDFA
Black with #00DDFA
Text Example
Text Example
White with #00DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDFA; }
p { color: rgb(0,221,250); }
H1.HeaderClassName
{
color: #00DDFA;
}
.AnyTagClassName
{
color: #00DDFA;
}
</style>
background-color css
<style>
a { background-color: #00DDFA; }
a { background-color: rgb(0,221,250); }
div.DivClassName
{
background-color: #00DDFA;
}
.BgClassName
{
background-color: #00DDFA;
}
</style>
border-color css
<style>
span { border-color: #00DDFA; }
span { border-color: rgb(0,221,250); }
td.TdClassName
{
border-color: #00DDFA;
}
.TagClassName
{
border-color: #00DDFA;
}
</style>