Shades of Summer Sky #21BAE9
Tints of Summer Sky #21BAE9
RGB
CMYK
RGB Variations
Color information
#21BAE9 (or 0x21BAE9) is known color: Summer Sky. HEX triplet: 21, BA and E9. RGB value is (33,186,233). Sum of RGB (Red+Green+Blue) = 33+186+233=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #21BAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BAE9 is #DE4516. Grayscale: #919191. Windows color (decimal): -14566679 or 15317537. OLE color: 15317537.
HSL color Cylindrical-coordinate representation of color #21BAE9: hue angle of 194.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BAE9 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 186 | 233 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.09 |
| HSL | 194.1º | 0.82% | 0.52% | - |
| HSV(B) | 194.1º | 0.86% | 0.91% | - |
| XYZ | 32.89 | 41.32 | 83.33 | - |
| YUV | 145.61 | 177.31 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 233 | 0.86 | 0.20 | 0 | 0.09 | 194.1 | 0.82 | 0.52 |
| Hex | 21 | BA | E9 | 56 | 14 | 0 | 9 | C2 | 52 | 34 |
| Octal | 41 | 272 | 351 | 126 | 24 | 0 | 11 | 302 | 122 | 64 |
| Binary | 100001 | 10111010 | 11101001 | 1010110 | 10100 | 0 | 1001 | 11000010 | 1010010 | 110100 |
Color Harmonies of #21BAE9
Complementary color
Monochromatic Colors of #21BAE9
Black with #21BAE9
Text Example
Text Example
White with #21BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BAE9; }
p { color: rgb(33,186,233); }
H1.HeaderClassName
{
color: #21BAE9;
}
.AnyTagClassName
{
color: #21BAE9;
}
</style>
background-color css
<style>
a { background-color: #21BAE9; }
a { background-color: rgb(33,186,233); }
div.DivClassName
{
background-color: #21BAE9;
}
.BgClassName
{
background-color: #21BAE9;
}
</style>
border-color css
<style>
span { border-color: #21BAE9; }
span { border-color: rgb(33,186,233); }
td.TdClassName
{
border-color: #21BAE9;
}
.TagClassName
{
border-color: #21BAE9;
}
</style>