Shades of Summer Sky #21BAE5
Tints of Summer Sky #21BAE5
RGB
CMYK
RGB Variations
Color information
#21BAE5 (or 0x21BAE5) is known color: Summer Sky. HEX triplet: 21, BA and E5. RGB value is (33,186,229). Sum of RGB (Red+Green+Blue) = 33+186+229=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #21BAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BAE5 is #DE451A. Grayscale: #909090. Windows color (decimal): -14566683 or 15055393. OLE color: 15055393.
HSL color Cylindrical-coordinate representation of color #21BAE5: hue angle of 193.16º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BAE5 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 186 | 229 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.10 |
| HSL | 193.16º | 0.79% | 0.51% | - |
| HSV(B) | 193.16º | 0.86% | 0.9% | - |
| XYZ | 32.33 | 41.1 | 80.36 | - |
| YUV | 145.16 | 175.31 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 229 | 0.86 | 0.19 | 0 | 0.10 | 193.16 | 0.79 | 0.51 |
| Hex | 21 | BA | E5 | 56 | 13 | 0 | A | C1 | 4F | 33 |
| Octal | 41 | 272 | 345 | 126 | 23 | 0 | 12 | 301 | 117 | 63 |
| Binary | 100001 | 10111010 | 11100101 | 1010110 | 10011 | 0 | 1010 | 11000001 | 1001111 | 110011 |
Color Harmonies of #21BAE5
Complementary color
Monochromatic Colors of #21BAE5
Black with #21BAE5
Text Example
Text Example
White with #21BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BAE5; }
p { color: rgb(33,186,229); }
H1.HeaderClassName
{
color: #21BAE5;
}
.AnyTagClassName
{
color: #21BAE5;
}
</style>
background-color css
<style>
a { background-color: #21BAE5; }
a { background-color: rgb(33,186,229); }
div.DivClassName
{
background-color: #21BAE5;
}
.BgClassName
{
background-color: #21BAE5;
}
</style>
border-color css
<style>
span { border-color: #21BAE5; }
span { border-color: rgb(33,186,229); }
td.TdClassName
{
border-color: #21BAE5;
}
.TagClassName
{
border-color: #21BAE5;
}
</style>