Shades of Deep Sky Blue #21CCF1
Tints of Deep Sky Blue #21CCF1
RGB
CMYK
RGB Variations
Color information
#21CCF1 (or 0x21CCF1) is known color: Deep Sky Blue. HEX triplet: 21, CC and F1. RGB value is (33,204,241). Sum of RGB (Red+Green+Blue) = 33+204+241=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #21CCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CCF1 is #DE330E. Grayscale: #9C9C9C. Windows color (decimal): -14562063 or 15846433. OLE color: 15846433.
HSL color Cylindrical-coordinate representation of color #21CCF1: hue angle of 190.67º 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 #21CCF1 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 204 | 241 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.05 |
| HSL | 190.67º | 0.88% | 0.54% | - |
| HSV(B) | 190.67º | 0.86% | 0.95% | - |
| XYZ | 38.1 | 49.86 | 90.84 | - |
| YUV | 157.09 | 175.35 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 241 | 0.86 | 0.15 | 0 | 0.05 | 190.67 | 0.88 | 0.54 |
| Hex | 21 | CC | F1 | 56 | F | 0 | 5 | BF | 58 | 36 |
| Octal | 41 | 314 | 361 | 126 | 17 | 0 | 5 | 277 | 130 | 66 |
| Binary | 100001 | 11001100 | 11110001 | 1010110 | 1111 | 0 | 101 | 10111111 | 1011000 | 110110 |
Color Harmonies of #21CCF1
Complementary color
Monochromatic Colors of #21CCF1
Black with #21CCF1
Text Example
Text Example
White with #21CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCF1; }
p { color: rgb(33,204,241); }
H1.HeaderClassName
{
color: #21CCF1;
}
.AnyTagClassName
{
color: #21CCF1;
}
</style>
background-color css
<style>
a { background-color: #21CCF1; }
a { background-color: rgb(33,204,241); }
div.DivClassName
{
background-color: #21CCF1;
}
.BgClassName
{
background-color: #21CCF1;
}
</style>
border-color css
<style>
span { border-color: #21CCF1; }
span { border-color: rgb(33,204,241); }
td.TdClassName
{
border-color: #21CCF1;
}
.TagClassName
{
border-color: #21CCF1;
}
</style>