Shades of Deep Sky Blue #00DDFC
Tints of Deep Sky Blue #00DDFC
RGB
CMYK
RGB Variations
Color information
#00DDFC (or 0x00DDFC) is known color: Deep Sky Blue. HEX triplet: 00, DD and FC. RGB value is (0,221,252). Sum of RGB (Red+Green+Blue) = 0+221+252=473 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #00DDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DDFC is #FF2203. Grayscale: #9E9E9E. Windows color (decimal): -16720388 or 16571648. OLE color: 16571648.
HSL color Cylindrical-coordinate representation of color #00DDFC: hue angle of 187.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDFC is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 221 | 252 | - |
| CMYK | 1 | 0.12 | 0 | 0.01 |
| HSL | 187.38º | 1% | 0.49% | - |
| HSV(B) | 187.38º | 1% | 0.99% | - |
| XYZ | 43.43 | 58.74 | 101.14 | - |
| YUV | 158.46 | 180.78 | 14.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 252 | 1 | 0.12 | 0 | 0.01 | 187.38 | 1 | 0.49 |
| Hex | 0 | DD | FC | 64 | C | 0 | 1 | BB | 64 | 31 |
| Octal | 0 | 335 | 374 | 144 | 14 | 0 | 1 | 273 | 144 | 61 |
| Binary | 0 | 11011101 | 11111100 | 1100100 | 1100 | 0 | 1 | 10111011 | 1100100 | 110001 |
Color Harmonies of #00DDFC
Complementary color
Monochromatic Colors of #00DDFC
Black with #00DDFC
Text Example
Text Example
White with #00DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDFC; }
p { color: rgb(0,221,252); }
H1.HeaderClassName
{
color: #00DDFC;
}
.AnyTagClassName
{
color: #00DDFC;
}
</style>
background-color css
<style>
a { background-color: #00DDFC; }
a { background-color: rgb(0,221,252); }
div.DivClassName
{
background-color: #00DDFC;
}
.BgClassName
{
background-color: #00DDFC;
}
</style>
border-color css
<style>
span { border-color: #00DDFC; }
span { border-color: rgb(0,221,252); }
td.TdClassName
{
border-color: #00DDFC;
}
.TagClassName
{
border-color: #00DDFC;
}
</style>