Shades of Summer Sky #21A8D0
Tints of Summer Sky #21A8D0
RGB
CMYK
RGB Variations
Color information
#21A8D0 (or 0x21A8D0) is known color: Summer Sky. HEX triplet: 21, A8 and D0. RGB value is (33,168,208). Sum of RGB (Red+Green+Blue) = 33+168+208=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #21A8D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A8D0 is #DE572F. Grayscale: #838383. Windows color (decimal): -14571312 or 13674529. OLE color: 13674529.
HSL color Cylindrical-coordinate representation of color #21A8D0: hue angle of 193.71º 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 #21A8D0 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 168 | 208 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.18 |
| HSL | 193.71º | 0.73% | 0.47% | - |
| HSV(B) | 193.71º | 0.84% | 0.82% | - |
| XYZ | 26.02 | 32.88 | 64.65 | - |
| YUV | 132.2 | 170.77 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 208 | 0.84 | 0.19 | 0 | 0.18 | 193.71 | 0.73 | 0.47 |
| Hex | 21 | A8 | D0 | 54 | 13 | 0 | 12 | C2 | 49 | 2F |
| Octal | 41 | 250 | 320 | 124 | 23 | 0 | 22 | 302 | 111 | 57 |
| Binary | 100001 | 10101000 | 11010000 | 1010100 | 10011 | 0 | 10010 | 11000010 | 1001001 | 101111 |
Color Harmonies of #21A8D0
Complementary color
Monochromatic Colors of #21A8D0
Black with #21A8D0
Text Example
Text Example
White with #21A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A8D0; }
p { color: rgb(33,168,208); }
H1.HeaderClassName
{
color: #21A8D0;
}
.AnyTagClassName
{
color: #21A8D0;
}
</style>
background-color css
<style>
a { background-color: #21A8D0; }
a { background-color: rgb(33,168,208); }
div.DivClassName
{
background-color: #21A8D0;
}
.BgClassName
{
background-color: #21A8D0;
}
</style>
border-color css
<style>
span { border-color: #21A8D0; }
span { border-color: rgb(33,168,208); }
td.TdClassName
{
border-color: #21A8D0;
}
.TagClassName
{
border-color: #21A8D0;
}
</style>