Shades of Summer Sky #21A6DB
Tints of Summer Sky #21A6DB
RGB
CMYK
RGB Variations
Color information
#21A6DB (or 0x21A6DB) is known color: Summer Sky. HEX triplet: 21, A6 and DB. RGB value is (33,166,219). Sum of RGB (Red+Green+Blue) = 33+166+219=418 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.89% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #21A6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A6DB is #DE5924. Grayscale: #838383. Windows color (decimal): -14571813 or 14394913. OLE color: 14394913.
HSL color Cylindrical-coordinate representation of color #21A6DB: hue angle of 197.1º 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 #21A6DB is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 166 | 219 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.14 |
| HSL | 197.1º | 0.74% | 0.49% | - |
| HSV(B) | 197.1º | 0.85% | 0.86% | - |
| XYZ | 27.05 | 32.71 | 71.91 | - |
| YUV | 132.28 | 176.94 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 219 | 0.85 | 0.24 | 0 | 0.14 | 197.1 | 0.74 | 0.49 |
| Hex | 21 | A6 | DB | 55 | 18 | 0 | E | C5 | 4A | 31 |
| Octal | 41 | 246 | 333 | 125 | 30 | 0 | 16 | 305 | 112 | 61 |
| Binary | 100001 | 10100110 | 11011011 | 1010101 | 11000 | 0 | 1110 | 11000101 | 1001010 | 110001 |
Color Harmonies of #21A6DB
Complementary color
Monochromatic Colors of #21A6DB
Black with #21A6DB
Text Example
Text Example
White with #21A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A6DB; }
p { color: rgb(33,166,219); }
H1.HeaderClassName
{
color: #21A6DB;
}
.AnyTagClassName
{
color: #21A6DB;
}
</style>
background-color css
<style>
a { background-color: #21A6DB; }
a { background-color: rgb(33,166,219); }
div.DivClassName
{
background-color: #21A6DB;
}
.BgClassName
{
background-color: #21A6DB;
}
</style>
border-color css
<style>
span { border-color: #21A6DB; }
span { border-color: rgb(33,166,219); }
td.TdClassName
{
border-color: #21A6DB;
}
.TagClassName
{
border-color: #21A6DB;
}
</style>