Shades of Summer Sky #21A6CE
Tints of Summer Sky #21A6CE
RGB
CMYK
RGB Variations
Color information
#21A6CE (or 0x21A6CE) is known color: Summer Sky. HEX triplet: 21, A6 and CE. RGB value is (33,166,206). Sum of RGB (Red+Green+Blue) = 33+166+206=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #21A6CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A6CE is #DE5931. Grayscale: #828282. Windows color (decimal): -14571826 or 13542945. OLE color: 13542945.
HSL color Cylindrical-coordinate representation of color #21A6CE: hue angle of 193.87º 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 #21A6CE is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 166 | 206 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.19 |
| HSL | 193.87º | 0.72% | 0.47% | - |
| HSV(B) | 193.87º | 0.84% | 0.81% | - |
| XYZ | 25.4 | 32.05 | 63.24 | - |
| YUV | 130.79 | 170.44 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 206 | 0.84 | 0.19 | 0 | 0.19 | 193.87 | 0.72 | 0.47 |
| Hex | 21 | A6 | CE | 54 | 13 | 0 | 13 | C2 | 48 | 2F |
| Octal | 41 | 246 | 316 | 124 | 23 | 0 | 23 | 302 | 110 | 57 |
| Binary | 100001 | 10100110 | 11001110 | 1010100 | 10011 | 0 | 10011 | 11000010 | 1001000 | 101111 |
Color Harmonies of #21A6CE
Complementary color
Monochromatic Colors of #21A6CE
Black with #21A6CE
Text Example
Text Example
White with #21A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A6CE; }
p { color: rgb(33,166,206); }
H1.HeaderClassName
{
color: #21A6CE;
}
.AnyTagClassName
{
color: #21A6CE;
}
</style>
background-color css
<style>
a { background-color: #21A6CE; }
a { background-color: rgb(33,166,206); }
div.DivClassName
{
background-color: #21A6CE;
}
.BgClassName
{
background-color: #21A6CE;
}
</style>
border-color css
<style>
span { border-color: #21A6CE; }
span { border-color: rgb(33,166,206); }
td.TdClassName
{
border-color: #21A6CE;
}
.TagClassName
{
border-color: #21A6CE;
}
</style>