Shades of Summer Sky #21AEDF
Tints of Summer Sky #21AEDF
RGB
CMYK
RGB Variations
Color information
#21AEDF (or 0x21AEDF) is known color: Summer Sky. HEX triplet: 21, AE and DF. RGB value is (33,174,223). Sum of RGB (Red+Green+Blue) = 33+174+223=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #21AEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AEDF is #DE5120. Grayscale: #898989. Windows color (decimal): -14569761 or 14659105. OLE color: 14659105.
HSL color Cylindrical-coordinate representation of color #21AEDF: hue angle of 195.47º 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 #21AEDF is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 174 | 223 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.13 |
| HSL | 195.47º | 0.75% | 0.5% | - |
| HSV(B) | 195.47º | 0.85% | 0.87% | - |
| XYZ | 29.08 | 35.92 | 75.21 | - |
| YUV | 137.43 | 176.29 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 174 | 223 | 0.85 | 0.22 | 0 | 0.13 | 195.47 | 0.75 | 0.5 |
| Hex | 21 | AE | DF | 55 | 16 | 0 | D | C3 | 4B | 32 |
| Octal | 41 | 256 | 337 | 125 | 26 | 0 | 15 | 303 | 113 | 62 |
| Binary | 100001 | 10101110 | 11011111 | 1010101 | 10110 | 0 | 1101 | 11000011 | 1001011 | 110010 |
Color Harmonies of #21AEDF
Complementary color
Monochromatic Colors of #21AEDF
Black with #21AEDF
Text Example
Text Example
White with #21AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AEDF; }
p { color: rgb(33,174,223); }
H1.HeaderClassName
{
color: #21AEDF;
}
.AnyTagClassName
{
color: #21AEDF;
}
</style>
background-color css
<style>
a { background-color: #21AEDF; }
a { background-color: rgb(33,174,223); }
div.DivClassName
{
background-color: #21AEDF;
}
.BgClassName
{
background-color: #21AEDF;
}
</style>
border-color css
<style>
span { border-color: #21AEDF; }
span { border-color: rgb(33,174,223); }
td.TdClassName
{
border-color: #21AEDF;
}
.TagClassName
{
border-color: #21AEDF;
}
</style>