Shades of Summer Sky #21BDE3
Tints of Summer Sky #21BDE3
RGB
CMYK
RGB Variations
Color information
#21BDE3 (or 0x21BDE3) is known color: Summer Sky. HEX triplet: 21, BD and E3. RGB value is (33,189,227). Sum of RGB (Red+Green+Blue) = 33+189+227=449 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.35% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #21BDE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDE3 is #DE421C. Grayscale: #929292. Windows color (decimal): -14565917 or 14925089. OLE color: 14925089.
HSL color Cylindrical-coordinate representation of color #21BDE3: hue angle of 191.75º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BDE3 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 189 | 227 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.11 |
| HSL | 191.75º | 0.78% | 0.51% | - |
| HSV(B) | 191.75º | 0.85% | 0.89% | - |
| XYZ | 32.69 | 42.26 | 79.11 | - |
| YUV | 146.69 | 173.32 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 227 | 0.85 | 0.17 | 0 | 0.11 | 191.75 | 0.78 | 0.51 |
| Hex | 21 | BD | E3 | 55 | 11 | 0 | B | C0 | 4E | 33 |
| Octal | 41 | 275 | 343 | 125 | 21 | 0 | 13 | 300 | 116 | 63 |
| Binary | 100001 | 10111101 | 11100011 | 1010101 | 10001 | 0 | 1011 | 11000000 | 1001110 | 110011 |
Color Harmonies of #21BDE3
Complementary color
Monochromatic Colors of #21BDE3
Black with #21BDE3
Text Example
Text Example
White with #21BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDE3; }
p { color: rgb(33,189,227); }
H1.HeaderClassName
{
color: #21BDE3;
}
.AnyTagClassName
{
color: #21BDE3;
}
</style>
background-color css
<style>
a { background-color: #21BDE3; }
a { background-color: rgb(33,189,227); }
div.DivClassName
{
background-color: #21BDE3;
}
.BgClassName
{
background-color: #21BDE3;
}
</style>
border-color css
<style>
span { border-color: #21BDE3; }
span { border-color: rgb(33,189,227); }
td.TdClassName
{
border-color: #21BDE3;
}
.TagClassName
{
border-color: #21BDE3;
}
</style>