Shades of Summer Sky #21ABCE
Tints of Summer Sky #21ABCE
RGB
CMYK
RGB Variations
Color information
#21ABCE (or 0x21ABCE) is known color: Summer Sky. HEX triplet: 21, AB and CE. RGB value is (33,171,206). Sum of RGB (Red+Green+Blue) = 33+171+206=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #21ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABCE is #DE5431. Grayscale: #858585. Windows color (decimal): -14570546 or 13544225. OLE color: 13544225.
HSL color Cylindrical-coordinate representation of color #21ABCE: hue angle of 192.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21ABCE is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 171 | 206 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.19 |
| HSL | 192.14º | 0.72% | 0.47% | - |
| HSV(B) | 192.14º | 0.84% | 0.81% | - |
| XYZ | 26.33 | 33.91 | 63.55 | - |
| YUV | 133.73 | 168.78 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 206 | 0.84 | 0.17 | 0 | 0.19 | 192.14 | 0.72 | 0.47 |
| Hex | 21 | AB | CE | 54 | 11 | 0 | 13 | C0 | 48 | 2F |
| Octal | 41 | 253 | 316 | 124 | 21 | 0 | 23 | 300 | 110 | 57 |
| Binary | 100001 | 10101011 | 11001110 | 1010100 | 10001 | 0 | 10011 | 11000000 | 1001000 | 101111 |
Color Harmonies of #21ABCE
Complementary color
Monochromatic Colors of #21ABCE
Black with #21ABCE
Text Example
Text Example
White with #21ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABCE; }
p { color: rgb(33,171,206); }
H1.HeaderClassName
{
color: #21ABCE;
}
.AnyTagClassName
{
color: #21ABCE;
}
</style>
background-color css
<style>
a { background-color: #21ABCE; }
a { background-color: rgb(33,171,206); }
div.DivClassName
{
background-color: #21ABCE;
}
.BgClassName
{
background-color: #21ABCE;
}
</style>
border-color css
<style>
span { border-color: #21ABCE; }
span { border-color: rgb(33,171,206); }
td.TdClassName
{
border-color: #21ABCE;
}
.TagClassName
{
border-color: #21ABCE;
}
</style>