Shades of Summer Sky #21ADDB
Tints of Summer Sky #21ADDB
RGB
CMYK
RGB Variations
Color information
#21ADDB (or 0x21ADDB) is known color: Summer Sky. HEX triplet: 21, AD and DB. RGB value is (33,173,219). Sum of RGB (Red+Green+Blue) = 33+173+219=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #21ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADDB is #DE5224. Grayscale: #888888. Windows color (decimal): -14570021 or 14396705. OLE color: 14396705.
HSL color Cylindrical-coordinate representation of color #21ADDB: hue angle of 194.84º 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 #21ADDB is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 173 | 219 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.14 |
| HSL | 194.84º | 0.74% | 0.49% | - |
| HSV(B) | 194.84º | 0.85% | 0.86% | - |
| XYZ | 28.36 | 35.32 | 72.34 | - |
| YUV | 136.38 | 174.62 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 219 | 0.85 | 0.21 | 0 | 0.14 | 194.84 | 0.74 | 0.49 |
| Hex | 21 | AD | DB | 55 | 15 | 0 | E | C3 | 4A | 31 |
| Octal | 41 | 255 | 333 | 125 | 25 | 0 | 16 | 303 | 112 | 61 |
| Binary | 100001 | 10101101 | 11011011 | 1010101 | 10101 | 0 | 1110 | 11000011 | 1001010 | 110001 |
Color Harmonies of #21ADDB
Complementary color
Monochromatic Colors of #21ADDB
Black with #21ADDB
Text Example
Text Example
White with #21ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADDB; }
p { color: rgb(33,173,219); }
H1.HeaderClassName
{
color: #21ADDB;
}
.AnyTagClassName
{
color: #21ADDB;
}
</style>
background-color css
<style>
a { background-color: #21ADDB; }
a { background-color: rgb(33,173,219); }
div.DivClassName
{
background-color: #21ADDB;
}
.BgClassName
{
background-color: #21ADDB;
}
</style>
border-color css
<style>
span { border-color: #21ADDB; }
span { border-color: rgb(33,173,219); }
td.TdClassName
{
border-color: #21ADDB;
}
.TagClassName
{
border-color: #21ADDB;
}
</style>