Shades of Summer Sky #21A2DB
Tints of Summer Sky #21A2DB
RGB
CMYK
RGB Variations
Color information
#21A2DB (or 0x21A2DB) is known color: Summer Sky. HEX triplet: 21, A2 and DB. RGB value is (33,162,219). Sum of RGB (Red+Green+Blue) = 33+162+219=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #21A2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A2DB is #DE5D24. Grayscale: #818181. Windows color (decimal): -14572837 or 14393889. OLE color: 14393889.
HSL color Cylindrical-coordinate representation of color #21A2DB: hue angle of 198.39º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21A2DB is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 162 | 219 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.14 |
| HSL | 198.39º | 0.74% | 0.49% | - |
| HSV(B) | 198.39º | 0.85% | 0.86% | - |
| XYZ | 26.33 | 31.28 | 71.67 | - |
| YUV | 129.93 | 178.26 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 219 | 0.85 | 0.26 | 0 | 0.14 | 198.39 | 0.74 | 0.49 |
| Hex | 21 | A2 | DB | 55 | 1A | 0 | E | C6 | 4A | 31 |
| Octal | 41 | 242 | 333 | 125 | 32 | 0 | 16 | 306 | 112 | 61 |
| Binary | 100001 | 10100010 | 11011011 | 1010101 | 11010 | 0 | 1110 | 11000110 | 1001010 | 110001 |
Color Harmonies of #21A2DB
Complementary color
Monochromatic Colors of #21A2DB
Black with #21A2DB
Text Example
Text Example
White with #21A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A2DB; }
p { color: rgb(33,162,219); }
H1.HeaderClassName
{
color: #21A2DB;
}
.AnyTagClassName
{
color: #21A2DB;
}
</style>
background-color css
<style>
a { background-color: #21A2DB; }
a { background-color: rgb(33,162,219); }
div.DivClassName
{
background-color: #21A2DB;
}
.BgClassName
{
background-color: #21A2DB;
}
</style>
border-color css
<style>
span { border-color: #21A2DB; }
span { border-color: rgb(33,162,219); }
td.TdClassName
{
border-color: #21A2DB;
}
.TagClassName
{
border-color: #21A2DB;
}
</style>