Shades of Summer Sky #21AAD1
Tints of Summer Sky #21AAD1
RGB
CMYK
RGB Variations
Color information
#21AAD1 (or 0x21AAD1) is known color: Summer Sky. HEX triplet: 21, AA and D1. RGB value is (33,170,209). Sum of RGB (Red+Green+Blue) = 33+170+209=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #21AAD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AAD1 is #DE552E. Grayscale: #858585. Windows color (decimal): -14570799 or 13740577. OLE color: 13740577.
HSL color Cylindrical-coordinate representation of color #21AAD1: hue angle of 193.3º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21AAD1 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 170 | 209 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.18 |
| HSL | 193.3º | 0.73% | 0.47% | - |
| HSV(B) | 193.3º | 0.84% | 0.82% | - |
| XYZ | 26.51 | 33.68 | 65.42 | - |
| YUV | 133.48 | 170.61 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 209 | 0.84 | 0.19 | 0 | 0.18 | 193.3 | 0.73 | 0.47 |
| Hex | 21 | AA | D1 | 54 | 13 | 0 | 12 | C1 | 49 | 2F |
| Octal | 41 | 252 | 321 | 124 | 23 | 0 | 22 | 301 | 111 | 57 |
| Binary | 100001 | 10101010 | 11010001 | 1010100 | 10011 | 0 | 10010 | 11000001 | 1001001 | 101111 |
Color Harmonies of #21AAD1
Complementary color
Monochromatic Colors of #21AAD1
Black with #21AAD1
Text Example
Text Example
White with #21AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AAD1; }
p { color: rgb(33,170,209); }
H1.HeaderClassName
{
color: #21AAD1;
}
.AnyTagClassName
{
color: #21AAD1;
}
</style>
background-color css
<style>
a { background-color: #21AAD1; }
a { background-color: rgb(33,170,209); }
div.DivClassName
{
background-color: #21AAD1;
}
.BgClassName
{
background-color: #21AAD1;
}
</style>
border-color css
<style>
span { border-color: #21AAD1; }
span { border-color: rgb(33,170,209); }
td.TdClassName
{
border-color: #21AAD1;
}
.TagClassName
{
border-color: #21AAD1;
}
</style>