Shades of Summer Sky #21BDE0
Tints of Summer Sky #21BDE0
RGB
CMYK
RGB Variations
Color information
#21BDE0 (or 0x21BDE0) is known color: Summer Sky. HEX triplet: 21, BD and E0. RGB value is (33,189,224). Sum of RGB (Red+Green+Blue) = 33+189+224=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #21BDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDE0 is #DE421F. Grayscale: #929292. Windows color (decimal): -14565920 or 14728481. OLE color: 14728481.
HSL color Cylindrical-coordinate representation of color #21BDE0: hue angle of 190.99º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BDE0 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 189 | 224 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.12 |
| HSL | 190.99º | 0.75% | 0.5% | - |
| HSV(B) | 190.99º | 0.85% | 0.88% | - |
| XYZ | 32.28 | 42.1 | 76.95 | - |
| YUV | 146.35 | 171.82 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 224 | 0.85 | 0.16 | 0 | 0.12 | 190.99 | 0.75 | 0.5 |
| Hex | 21 | BD | E0 | 55 | 10 | 0 | C | BF | 4B | 32 |
| Octal | 41 | 275 | 340 | 125 | 20 | 0 | 14 | 277 | 113 | 62 |
| Binary | 100001 | 10111101 | 11100000 | 1010101 | 10000 | 0 | 1100 | 10111111 | 1001011 | 110010 |
Color Harmonies of #21BDE0
Complementary color
Monochromatic Colors of #21BDE0
Black with #21BDE0
Text Example
Text Example
White with #21BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDE0; }
p { color: rgb(33,189,224); }
H1.HeaderClassName
{
color: #21BDE0;
}
.AnyTagClassName
{
color: #21BDE0;
}
</style>
background-color css
<style>
a { background-color: #21BDE0; }
a { background-color: rgb(33,189,224); }
div.DivClassName
{
background-color: #21BDE0;
}
.BgClassName
{
background-color: #21BDE0;
}
</style>
border-color css
<style>
span { border-color: #21BDE0; }
span { border-color: rgb(33,189,224); }
td.TdClassName
{
border-color: #21BDE0;
}
.TagClassName
{
border-color: #21BDE0;
}
</style>