Shades of Summer Sky #21A2DA
Tints of Summer Sky #21A2DA
RGB
CMYK
RGB Variations
Color information
#21A2DA (or 0x21A2DA) is known color: Summer Sky. HEX triplet: 21, A2 and DA. RGB value is (33,162,218). Sum of RGB (Red+Green+Blue) = 33+162+218=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #21A2DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A2DA is #DE5D25. Grayscale: #818181. Windows color (decimal): -14572838 or 14328353. OLE color: 14328353.
HSL color Cylindrical-coordinate representation of color #21A2DA: hue angle of 198.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21A2DA is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 162 | 218 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.15 |
| HSL | 198.16º | 0.74% | 0.49% | - |
| HSV(B) | 198.16º | 0.85% | 0.85% | - |
| XYZ | 26.2 | 31.23 | 70.98 | - |
| YUV | 129.81 | 177.76 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 218 | 0.85 | 0.26 | 0 | 0.15 | 198.16 | 0.74 | 0.49 |
| Hex | 21 | A2 | DA | 55 | 1A | 0 | F | C6 | 4A | 31 |
| Octal | 41 | 242 | 332 | 125 | 32 | 0 | 17 | 306 | 112 | 61 |
| Binary | 100001 | 10100010 | 11011010 | 1010101 | 11010 | 0 | 1111 | 11000110 | 1001010 | 110001 |
Color Harmonies of #21A2DA
Complementary color
Monochromatic Colors of #21A2DA
Black with #21A2DA
Text Example
Text Example
White with #21A2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A2DA; }
p { color: rgb(33,162,218); }
H1.HeaderClassName
{
color: #21A2DA;
}
.AnyTagClassName
{
color: #21A2DA;
}
</style>
background-color css
<style>
a { background-color: #21A2DA; }
a { background-color: rgb(33,162,218); }
div.DivClassName
{
background-color: #21A2DA;
}
.BgClassName
{
background-color: #21A2DA;
}
</style>
border-color css
<style>
span { border-color: #21A2DA; }
span { border-color: rgb(33,162,218); }
td.TdClassName
{
border-color: #21A2DA;
}
.TagClassName
{
border-color: #21A2DA;
}
</style>