Shades of Summer Sky #21ABD1
Tints of Summer Sky #21ABD1
RGB
CMYK
RGB Variations
Color information
#21ABD1 (or 0x21ABD1) is known color: Summer Sky. HEX triplet: 21, AB and D1. RGB value is (33,171,209). Sum of RGB (Red+Green+Blue) = 33+171+209=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #21ABD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABD1 is #DE542E. Grayscale: #858585. Windows color (decimal): -14570543 or 13740833. OLE color: 13740833.
HSL color Cylindrical-coordinate representation of color #21ABD1: hue angle of 192.95º 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 #21ABD1 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 171 | 209 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.18 |
| HSL | 192.95º | 0.73% | 0.47% | - |
| HSV(B) | 192.95º | 0.84% | 0.82% | - |
| XYZ | 26.7 | 34.05 | 65.49 | - |
| YUV | 134.07 | 170.28 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 209 | 0.84 | 0.18 | 0 | 0.18 | 192.95 | 0.73 | 0.47 |
| Hex | 21 | AB | D1 | 54 | 12 | 0 | 12 | C1 | 49 | 2F |
| Octal | 41 | 253 | 321 | 124 | 22 | 0 | 22 | 301 | 111 | 57 |
| Binary | 100001 | 10101011 | 11010001 | 1010100 | 10010 | 0 | 10010 | 11000001 | 1001001 | 101111 |
Color Harmonies of #21ABD1
Complementary color
Monochromatic Colors of #21ABD1
Black with #21ABD1
Text Example
Text Example
White with #21ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABD1; }
p { color: rgb(33,171,209); }
H1.HeaderClassName
{
color: #21ABD1;
}
.AnyTagClassName
{
color: #21ABD1;
}
</style>
background-color css
<style>
a { background-color: #21ABD1; }
a { background-color: rgb(33,171,209); }
div.DivClassName
{
background-color: #21ABD1;
}
.BgClassName
{
background-color: #21ABD1;
}
</style>
border-color css
<style>
span { border-color: #21ABD1; }
span { border-color: rgb(33,171,209); }
td.TdClassName
{
border-color: #21ABD1;
}
.TagClassName
{
border-color: #21ABD1;
}
</style>