Shades of Summer Sky #21AFEA
Tints of Summer Sky #21AFEA
RGB
CMYK
RGB Variations
Color information
#21AFEA (or 0x21AFEA) is known color: Summer Sky. HEX triplet: 21, AF and EA. RGB value is (33,175,234). Sum of RGB (Red+Green+Blue) = 33+175+234=442 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.47% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #21AFEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AFEA is #DE5015. Grayscale: #8A8A8A. Windows color (decimal): -14569494 or 15380257. OLE color: 15380257.
HSL color Cylindrical-coordinate representation of color #21AFEA: hue angle of 197.61º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21AFEA is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 175 | 234 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.08 |
| HSL | 197.61º | 0.83% | 0.52% | - |
| HSV(B) | 197.61º | 0.86% | 0.92% | - |
| XYZ | 30.81 | 36.92 | 83.35 | - |
| YUV | 139.27 | 181.46 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 234 | 0.86 | 0.25 | 0 | 0.08 | 197.61 | 0.83 | 0.52 |
| Hex | 21 | AF | EA | 56 | 19 | 0 | 8 | C6 | 53 | 34 |
| Octal | 41 | 257 | 352 | 126 | 31 | 0 | 10 | 306 | 123 | 64 |
| Binary | 100001 | 10101111 | 11101010 | 1010110 | 11001 | 0 | 1000 | 11000110 | 1010011 | 110100 |
Color Harmonies of #21AFEA
Complementary color
Monochromatic Colors of #21AFEA
Black with #21AFEA
Text Example
Text Example
White with #21AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AFEA; }
p { color: rgb(33,175,234); }
H1.HeaderClassName
{
color: #21AFEA;
}
.AnyTagClassName
{
color: #21AFEA;
}
</style>
background-color css
<style>
a { background-color: #21AFEA; }
a { background-color: rgb(33,175,234); }
div.DivClassName
{
background-color: #21AFEA;
}
.BgClassName
{
background-color: #21AFEA;
}
</style>
border-color css
<style>
span { border-color: #21AFEA; }
span { border-color: rgb(33,175,234); }
td.TdClassName
{
border-color: #21AFEA;
}
.TagClassName
{
border-color: #21AFEA;
}
</style>