Shades of Deep Sky Blue #21D4FC
Tints of Deep Sky Blue #21D4FC
RGB
CMYK
RGB Variations
Color information
#21D4FC (or 0x21D4FC) is known color: Deep Sky Blue. HEX triplet: 21, D4 and FC. RGB value is (33,212,252). Sum of RGB (Red+Green+Blue) = 33+212+252=497 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.64% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #21D4FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D4FC is #DE2B03. Grayscale: #A2A2A2. Windows color (decimal): -14560004 or 16569377. OLE color: 16569377.
HSL color Cylindrical-coordinate representation of color #21D4FC: hue angle of 190.96º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21D4FC is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 212 | 252 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.01 |
| HSL | 190.96º | 0.97% | 0.56% | - |
| HSV(B) | 190.96º | 0.87% | 0.99% | - |
| XYZ | 41.74 | 54.44 | 100.4 | - |
| YUV | 163.04 | 178.2 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 252 | 0.87 | 0.16 | 0 | 0.01 | 190.96 | 0.97 | 0.56 |
| Hex | 21 | D4 | FC | 57 | 10 | 0 | 1 | BF | 61 | 38 |
| Octal | 41 | 324 | 374 | 127 | 20 | 0 | 1 | 277 | 141 | 70 |
| Binary | 100001 | 11010100 | 11111100 | 1010111 | 10000 | 0 | 1 | 10111111 | 1100001 | 111000 |
Color Harmonies of #21D4FC
Complementary color
Monochromatic Colors of #21D4FC
Black with #21D4FC
Text Example
Text Example
White with #21D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D4FC; }
p { color: rgb(33,212,252); }
H1.HeaderClassName
{
color: #21D4FC;
}
.AnyTagClassName
{
color: #21D4FC;
}
</style>
background-color css
<style>
a { background-color: #21D4FC; }
a { background-color: rgb(33,212,252); }
div.DivClassName
{
background-color: #21D4FC;
}
.BgClassName
{
background-color: #21D4FC;
}
</style>
border-color css
<style>
span { border-color: #21D4FC; }
span { border-color: rgb(33,212,252); }
td.TdClassName
{
border-color: #21D4FC;
}
.TagClassName
{
border-color: #21D4FC;
}
</style>