Shades of Deep Sky Blue #21CFF1
Tints of Deep Sky Blue #21CFF1
RGB
CMYK
RGB Variations
Color information
#21CFF1 (or 0x21CFF1) is known color: Deep Sky Blue. HEX triplet: 21, CF and F1. RGB value is (33,207,241). Sum of RGB (Red+Green+Blue) = 33+207+241=481 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.86% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #21CFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CFF1 is #DE300E. Grayscale: #9E9E9E. Windows color (decimal): -14561295 or 15847201. OLE color: 15847201.
HSL color Cylindrical-coordinate representation of color #21CFF1: hue angle of 189.81º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CFF1 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 207 | 241 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.05 |
| HSL | 189.81º | 0.88% | 0.54% | - |
| HSV(B) | 189.81º | 0.86% | 0.95% | - |
| XYZ | 38.82 | 51.3 | 91.08 | - |
| YUV | 158.85 | 174.35 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 241 | 0.86 | 0.14 | 0 | 0.05 | 189.81 | 0.88 | 0.54 |
| Hex | 21 | CF | F1 | 56 | E | 0 | 5 | BE | 58 | 36 |
| Octal | 41 | 317 | 361 | 126 | 16 | 0 | 5 | 276 | 130 | 66 |
| Binary | 100001 | 11001111 | 11110001 | 1010110 | 1110 | 0 | 101 | 10111110 | 1011000 | 110110 |
Color Harmonies of #21CFF1
Complementary color
Monochromatic Colors of #21CFF1
Black with #21CFF1
Text Example
Text Example
White with #21CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFF1; }
p { color: rgb(33,207,241); }
H1.HeaderClassName
{
color: #21CFF1;
}
.AnyTagClassName
{
color: #21CFF1;
}
</style>
background-color css
<style>
a { background-color: #21CFF1; }
a { background-color: rgb(33,207,241); }
div.DivClassName
{
background-color: #21CFF1;
}
.BgClassName
{
background-color: #21CFF1;
}
</style>
border-color css
<style>
span { border-color: #21CFF1; }
span { border-color: rgb(33,207,241); }
td.TdClassName
{
border-color: #21CFF1;
}
.TagClassName
{
border-color: #21CFF1;
}
</style>