Shades of Summer Sky #21ADDF
Tints of Summer Sky #21ADDF
RGB
CMYK
RGB Variations
Color information
#21ADDF (or 0x21ADDF) is known color: Summer Sky. HEX triplet: 21, AD and DF. RGB value is (33,173,223). Sum of RGB (Red+Green+Blue) = 33+173+223=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #21ADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADDF is #DE5220. Grayscale: #888888. Windows color (decimal): -14570017 or 14658849. OLE color: 14658849.
HSL color Cylindrical-coordinate representation of color #21ADDF: hue angle of 195.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21ADDF is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 173 | 223 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.13 |
| HSL | 195.79º | 0.75% | 0.5% | - |
| HSV(B) | 195.79º | 0.85% | 0.87% | - |
| XYZ | 28.89 | 35.54 | 75.15 | - |
| YUV | 136.84 | 176.62 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 223 | 0.85 | 0.22 | 0 | 0.13 | 195.79 | 0.75 | 0.5 |
| Hex | 21 | AD | DF | 55 | 16 | 0 | D | C4 | 4B | 32 |
| Octal | 41 | 255 | 337 | 125 | 26 | 0 | 15 | 304 | 113 | 62 |
| Binary | 100001 | 10101101 | 11011111 | 1010101 | 10110 | 0 | 1101 | 11000100 | 1001011 | 110010 |
Color Harmonies of #21ADDF
Complementary color
Monochromatic Colors of #21ADDF
Black with #21ADDF
Text Example
Text Example
White with #21ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADDF; }
p { color: rgb(33,173,223); }
H1.HeaderClassName
{
color: #21ADDF;
}
.AnyTagClassName
{
color: #21ADDF;
}
</style>
background-color css
<style>
a { background-color: #21ADDF; }
a { background-color: rgb(33,173,223); }
div.DivClassName
{
background-color: #21ADDF;
}
.BgClassName
{
background-color: #21ADDF;
}
</style>
border-color css
<style>
span { border-color: #21ADDF; }
span { border-color: rgb(33,173,223); }
td.TdClassName
{
border-color: #21ADDF;
}
.TagClassName
{
border-color: #21ADDF;
}
</style>