Shades of Deep Sky Blue #21CFF4
Tints of Deep Sky Blue #21CFF4
RGB
CMYK
RGB Variations
Color information
#21CFF4 (or 0x21CFF4) is known color: Deep Sky Blue. HEX triplet: 21, CF and F4. RGB value is (33,207,244). Sum of RGB (Red+Green+Blue) = 33+207+244=484 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.82% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #21CFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CFF4 is #DE300B. Grayscale: #9E9E9E. Windows color (decimal): -14561292 or 16043809. OLE color: 16043809.
HSL color Cylindrical-coordinate representation of color #21CFF4: hue angle of 190.52º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CFF4 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 207 | 244 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.04 |
| HSL | 190.52º | 0.91% | 0.54% | - |
| HSV(B) | 190.52º | 0.86% | 0.96% | - |
| XYZ | 39.27 | 51.48 | 93.46 | - |
| YUV | 159.19 | 175.85 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 244 | 0.86 | 0.15 | 0 | 0.04 | 190.52 | 0.91 | 0.54 |
| Hex | 21 | CF | F4 | 56 | F | 0 | 4 | BF | 5B | 36 |
| Octal | 41 | 317 | 364 | 126 | 17 | 0 | 4 | 277 | 133 | 66 |
| Binary | 100001 | 11001111 | 11110100 | 1010110 | 1111 | 0 | 100 | 10111111 | 1011011 | 110110 |
Color Harmonies of #21CFF4
Complementary color
Monochromatic Colors of #21CFF4
Black with #21CFF4
Text Example
Text Example
White with #21CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFF4; }
p { color: rgb(33,207,244); }
H1.HeaderClassName
{
color: #21CFF4;
}
.AnyTagClassName
{
color: #21CFF4;
}
</style>
background-color css
<style>
a { background-color: #21CFF4; }
a { background-color: rgb(33,207,244); }
div.DivClassName
{
background-color: #21CFF4;
}
.BgClassName
{
background-color: #21CFF4;
}
</style>
border-color css
<style>
span { border-color: #21CFF4; }
span { border-color: rgb(33,207,244); }
td.TdClassName
{
border-color: #21CFF4;
}
.TagClassName
{
border-color: #21CFF4;
}
</style>