Shades of Summer Sky #21ABDD
Tints of Summer Sky #21ABDD
RGB
CMYK
RGB Variations
Color information
#21ABDD (or 0x21ABDD) is known color: Summer Sky. HEX triplet: 21, AB and DD. RGB value is (33,171,221). Sum of RGB (Red+Green+Blue) = 33+171+221=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #21ABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABDD is #DE5422. Grayscale: #878787. Windows color (decimal): -14570531 or 14527265. OLE color: 14527265.
HSL color Cylindrical-coordinate representation of color #21ABDD: hue angle of 195.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21ABDD is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 171 | 221 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.13 |
| HSL | 195.96º | 0.74% | 0.5% | - |
| HSV(B) | 195.96º | 0.85% | 0.87% | - |
| XYZ | 28.24 | 34.67 | 73.61 | - |
| YUV | 135.44 | 176.28 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 221 | 0.85 | 0.23 | 0 | 0.13 | 195.96 | 0.74 | 0.5 |
| Hex | 21 | AB | DD | 55 | 17 | 0 | D | C4 | 4A | 32 |
| Octal | 41 | 253 | 335 | 125 | 27 | 0 | 15 | 304 | 112 | 62 |
| Binary | 100001 | 10101011 | 11011101 | 1010101 | 10111 | 0 | 1101 | 11000100 | 1001010 | 110010 |
Color Harmonies of #21ABDD
Complementary color
Monochromatic Colors of #21ABDD
Black with #21ABDD
Text Example
Text Example
White with #21ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABDD; }
p { color: rgb(33,171,221); }
H1.HeaderClassName
{
color: #21ABDD;
}
.AnyTagClassName
{
color: #21ABDD;
}
</style>
background-color css
<style>
a { background-color: #21ABDD; }
a { background-color: rgb(33,171,221); }
div.DivClassName
{
background-color: #21ABDD;
}
.BgClassName
{
background-color: #21ABDD;
}
</style>
border-color css
<style>
span { border-color: #21ABDD; }
span { border-color: rgb(33,171,221); }
td.TdClassName
{
border-color: #21ABDD;
}
.TagClassName
{
border-color: #21ABDD;
}
</style>