Shades of Deep Sky Blue #21DDFF
Tints of Deep Sky Blue #21DDFF
RGB
CMYK
RGB Variations
Color information
#21DDFF (or 0x21DDFF) is known color: Deep Sky Blue. HEX triplet: 21, DD and FF. RGB value is (33,221,255). Sum of RGB (Red+Green+Blue) = 33+221+255=509 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.48% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #21DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DDFF is #DE2200. Grayscale: #A8A8A8. Windows color (decimal): -14557697 or 16768289. OLE color: 16768289.
HSL color Cylindrical-coordinate representation of color #21DDFF: hue angle of 189.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21DDFF is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 221 | 255 | - |
| CMYK | 0.87 | 0.13 | 0 | 0 |
| HSL | 189.19º | 1% | 0.56% | - |
| HSV(B) | 189.19º | 0.87% | 1% | - |
| XYZ | 44.53 | 59.26 | 103.7 | - |
| YUV | 168.66 | 176.72 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 255 | 0.87 | 0.13 | 0 | 0 | 189.19 | 1 | 0.56 |
| Hex | 21 | DD | FF | 57 | D | 0 | 0 | BD | 64 | 38 |
| Octal | 41 | 335 | 377 | 127 | 15 | 0 | 0 | 275 | 144 | 70 |
| Binary | 100001 | 11011101 | 11111111 | 1010111 | 1101 | 0 | 0 | 10111101 | 1100100 | 111000 |
Color Harmonies of #21DDFF
Complementary color
Monochromatic Colors of #21DDFF
Black with #21DDFF
Text Example
Text Example
White with #21DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DDFF; }
p { color: rgb(33,221,255); }
H1.HeaderClassName
{
color: #21DDFF;
}
.AnyTagClassName
{
color: #21DDFF;
}
</style>
background-color css
<style>
a { background-color: #21DDFF; }
a { background-color: rgb(33,221,255); }
div.DivClassName
{
background-color: #21DDFF;
}
.BgClassName
{
background-color: #21DDFF;
}
</style>
border-color css
<style>
span { border-color: #21DDFF; }
span { border-color: rgb(33,221,255); }
td.TdClassName
{
border-color: #21DDFF;
}
.TagClassName
{
border-color: #21DDFF;
}
</style>