Shades of Summer Sky #21A5DB
Tints of Summer Sky #21A5DB
RGB
CMYK
RGB Variations
Color information
#21A5DB (or 0x21A5DB) is known color: Summer Sky. HEX triplet: 21, A5 and DB. RGB value is (33,165,219). Sum of RGB (Red+Green+Blue) = 33+165+219=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #21A5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A5DB is #DE5A24. Grayscale: #838383. Windows color (decimal): -14572069 or 14394657. OLE color: 14394657.
HSL color Cylindrical-coordinate representation of color #21A5DB: hue angle of 197.42º 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 #21A5DB is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 165 | 219 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.14 |
| HSL | 197.42º | 0.74% | 0.49% | - |
| HSV(B) | 197.42º | 0.85% | 0.86% | - |
| XYZ | 26.87 | 32.35 | 71.85 | - |
| YUV | 131.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 219 | 0.85 | 0.25 | 0 | 0.14 | 197.42 | 0.74 | 0.49 |
| Hex | 21 | A5 | DB | 55 | 19 | 0 | E | C5 | 4A | 31 |
| Octal | 41 | 245 | 333 | 125 | 31 | 0 | 16 | 305 | 112 | 61 |
| Binary | 100001 | 10100101 | 11011011 | 1010101 | 11001 | 0 | 1110 | 11000101 | 1001010 | 110001 |
Color Harmonies of #21A5DB
Complementary color
Monochromatic Colors of #21A5DB
Black with #21A5DB
Text Example
Text Example
White with #21A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A5DB; }
p { color: rgb(33,165,219); }
H1.HeaderClassName
{
color: #21A5DB;
}
.AnyTagClassName
{
color: #21A5DB;
}
</style>
background-color css
<style>
a { background-color: #21A5DB; }
a { background-color: rgb(33,165,219); }
div.DivClassName
{
background-color: #21A5DB;
}
.BgClassName
{
background-color: #21A5DB;
}
</style>
border-color css
<style>
span { border-color: #21A5DB; }
span { border-color: rgb(33,165,219); }
td.TdClassName
{
border-color: #21A5DB;
}
.TagClassName
{
border-color: #21A5DB;
}
</style>