Shades of Deep Sky Blue #21D1FF
Tints of Deep Sky Blue #21D1FF
RGB
CMYK
RGB Variations
Color information
#21D1FF (or 0x21D1FF) is known color: Deep Sky Blue. HEX triplet: 21, D1 and FF. RGB value is (33,209,255). Sum of RGB (Red+Green+Blue) = 33+209+255=497 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.64% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #21D1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D1FF is #DE2E00. Grayscale: #A1A1A1. Windows color (decimal): -14560769 or 16765217. OLE color: 16765217.
HSL color Cylindrical-coordinate representation of color #21D1FF: hue angle of 192.43º 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 #21D1FF is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 209 | 255 | - |
| CMYK | 0.87 | 0.18 | 0 | 0 |
| HSL | 192.43º | 1% | 0.56% | - |
| HSV(B) | 192.43º | 0.87% | 1% | - |
| XYZ | 41.48 | 53.14 | 102.68 | - |
| YUV | 161.62 | 180.69 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 255 | 0.87 | 0.18 | 0 | 0 | 192.43 | 1 | 0.56 |
| Hex | 21 | D1 | FF | 57 | 12 | 0 | 0 | C0 | 64 | 38 |
| Octal | 41 | 321 | 377 | 127 | 22 | 0 | 0 | 300 | 144 | 70 |
| Binary | 100001 | 11010001 | 11111111 | 1010111 | 10010 | 0 | 0 | 11000000 | 1100100 | 111000 |
Color Harmonies of #21D1FF
Complementary color
Monochromatic Colors of #21D1FF
Black with #21D1FF
Text Example
Text Example
White with #21D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D1FF; }
p { color: rgb(33,209,255); }
H1.HeaderClassName
{
color: #21D1FF;
}
.AnyTagClassName
{
color: #21D1FF;
}
</style>
background-color css
<style>
a { background-color: #21D1FF; }
a { background-color: rgb(33,209,255); }
div.DivClassName
{
background-color: #21D1FF;
}
.BgClassName
{
background-color: #21D1FF;
}
</style>
border-color css
<style>
span { border-color: #21D1FF; }
span { border-color: rgb(33,209,255); }
td.TdClassName
{
border-color: #21D1FF;
}
.TagClassName
{
border-color: #21D1FF;
}
</style>