Shades of Deep Sky Blue #21CAF1
Tints of Deep Sky Blue #21CAF1
RGB
CMYK
RGB Variations
Color information
#21CAF1 (or 0x21CAF1) is known color: Deep Sky Blue. HEX triplet: 21, CA and F1. RGB value is (33,202,241). Sum of RGB (Red+Green+Blue) = 33+202+241=476 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.93% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #21CAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CAF1 is #DE350E. Grayscale: #9B9B9B. Windows color (decimal): -14562575 or 15845921. OLE color: 15845921.
HSL color Cylindrical-coordinate representation of color #21CAF1: hue angle of 191.25º 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 #21CAF1 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 202 | 241 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.05 |
| HSL | 191.25º | 0.88% | 0.54% | - |
| HSV(B) | 191.25º | 0.86% | 0.95% | - |
| XYZ | 37.62 | 48.92 | 90.68 | - |
| YUV | 155.92 | 176.01 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 241 | 0.86 | 0.16 | 0 | 0.05 | 191.25 | 0.88 | 0.54 |
| Hex | 21 | CA | F1 | 56 | 10 | 0 | 5 | BF | 58 | 36 |
| Octal | 41 | 312 | 361 | 126 | 20 | 0 | 5 | 277 | 130 | 66 |
| Binary | 100001 | 11001010 | 11110001 | 1010110 | 10000 | 0 | 101 | 10111111 | 1011000 | 110110 |
Color Harmonies of #21CAF1
Complementary color
Monochromatic Colors of #21CAF1
Black with #21CAF1
Text Example
Text Example
White with #21CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CAF1; }
p { color: rgb(33,202,241); }
H1.HeaderClassName
{
color: #21CAF1;
}
.AnyTagClassName
{
color: #21CAF1;
}
</style>
background-color css
<style>
a { background-color: #21CAF1; }
a { background-color: rgb(33,202,241); }
div.DivClassName
{
background-color: #21CAF1;
}
.BgClassName
{
background-color: #21CAF1;
}
</style>
border-color css
<style>
span { border-color: #21CAF1; }
span { border-color: rgb(33,202,241); }
td.TdClassName
{
border-color: #21CAF1;
}
.TagClassName
{
border-color: #21CAF1;
}
</style>