Shades of Deep Sky Blue #21D4FF
Tints of Deep Sky Blue #21D4FF
RGB
CMYK
RGB Variations
Color information
#21D4FF (or 0x21D4FF) is known color: Deep Sky Blue. HEX triplet: 21, D4 and FF. RGB value is (33,212,255). Sum of RGB (Red+Green+Blue) = 33+212+255=500 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #21D4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D4FF is #DE2B00. Grayscale: #A3A3A3. Windows color (decimal): -14560001 or 16765985. OLE color: 16765985.
HSL color Cylindrical-coordinate representation of color #21D4FF: hue angle of 191.62º 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 #21D4FF is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 212 | 255 | - |
| CMYK | 0.87 | 0.17 | 0 | 0 |
| HSL | 191.62º | 1% | 0.56% | - |
| HSV(B) | 191.62º | 0.87% | 1% | - |
| XYZ | 42.22 | 54.63 | 102.93 | - |
| YUV | 163.38 | 179.7 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 255 | 0.87 | 0.17 | 0 | 0 | 191.62 | 1 | 0.56 |
| Hex | 21 | D4 | FF | 57 | 11 | 0 | 0 | C0 | 64 | 38 |
| Octal | 41 | 324 | 377 | 127 | 21 | 0 | 0 | 300 | 144 | 70 |
| Binary | 100001 | 11010100 | 11111111 | 1010111 | 10001 | 0 | 0 | 11000000 | 1100100 | 111000 |
Color Harmonies of #21D4FF
Complementary color
Monochromatic Colors of #21D4FF
Black with #21D4FF
Text Example
Text Example
White with #21D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D4FF; }
p { color: rgb(33,212,255); }
H1.HeaderClassName
{
color: #21D4FF;
}
.AnyTagClassName
{
color: #21D4FF;
}
</style>
background-color css
<style>
a { background-color: #21D4FF; }
a { background-color: rgb(33,212,255); }
div.DivClassName
{
background-color: #21D4FF;
}
.BgClassName
{
background-color: #21D4FF;
}
</style>
border-color css
<style>
span { border-color: #21D4FF; }
span { border-color: rgb(33,212,255); }
td.TdClassName
{
border-color: #21D4FF;
}
.TagClassName
{
border-color: #21D4FF;
}
</style>