Shades of Summer Sky #21A7DB
Tints of Summer Sky #21A7DB
RGB
CMYK
RGB Variations
Color information
#21A7DB (or 0x21A7DB) is known color: Summer Sky. HEX triplet: 21, A7 and DB. RGB value is (33,167,219). Sum of RGB (Red+Green+Blue) = 33+167+219=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #21A7DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A7DB is #DE5824. Grayscale: #848484. Windows color (decimal): -14571557 or 14395169. OLE color: 14395169.
HSL color Cylindrical-coordinate representation of color #21A7DB: hue angle of 196.77º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21A7DB is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 167 | 219 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.14 |
| HSL | 196.77º | 0.74% | 0.49% | - |
| HSV(B) | 196.77º | 0.85% | 0.86% | - |
| XYZ | 27.23 | 33.08 | 71.97 | - |
| YUV | 132.86 | 176.61 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 167 | 219 | 0.85 | 0.24 | 0 | 0.14 | 196.77 | 0.74 | 0.49 |
| Hex | 21 | A7 | DB | 55 | 18 | 0 | E | C5 | 4A | 31 |
| Octal | 41 | 247 | 333 | 125 | 30 | 0 | 16 | 305 | 112 | 61 |
| Binary | 100001 | 10100111 | 11011011 | 1010101 | 11000 | 0 | 1110 | 11000101 | 1001010 | 110001 |
Color Harmonies of #21A7DB
Complementary color
Monochromatic Colors of #21A7DB
Black with #21A7DB
Text Example
Text Example
White with #21A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A7DB; }
p { color: rgb(33,167,219); }
H1.HeaderClassName
{
color: #21A7DB;
}
.AnyTagClassName
{
color: #21A7DB;
}
</style>
background-color css
<style>
a { background-color: #21A7DB; }
a { background-color: rgb(33,167,219); }
div.DivClassName
{
background-color: #21A7DB;
}
.BgClassName
{
background-color: #21A7DB;
}
</style>
border-color css
<style>
span { border-color: #21A7DB; }
span { border-color: rgb(33,167,219); }
td.TdClassName
{
border-color: #21A7DB;
}
.TagClassName
{
border-color: #21A7DB;
}
</style>