Shades of Summer Sky #24AAF2
Tints of Summer Sky #24AAF2
RGB
CMYK
RGB Variations
Color information
#24AAF2 (or 0x24AAF2) is known color: Summer Sky. HEX triplet: 24, AA and F2. RGB value is (36,170,242). Sum of RGB (Red+Green+Blue) = 36+170+242=448 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.04% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #24AAF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24AAF2 is #DB550D. Grayscale: #898989. Windows color (decimal): -14374158 or 15903268. OLE color: 15903268.
HSL color Cylindrical-coordinate representation of color #24AAF2: hue angle of 200.97º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24AAF2 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 170 | 242 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.05 |
| HSL | 200.97º | 0.89% | 0.55% | - |
| HSV(B) | 200.97º | 0.85% | 0.95% | - |
| XYZ | 31.13 | 35.54 | 89.22 | - |
| YUV | 138.14 | 186.61 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 170 | 242 | 0.85 | 0.30 | 0 | 0.05 | 200.97 | 0.89 | 0.55 |
| Hex | 24 | AA | F2 | 55 | 1E | 0 | 5 | C9 | 59 | 37 |
| Octal | 44 | 252 | 362 | 125 | 36 | 0 | 5 | 311 | 131 | 67 |
| Binary | 100100 | 10101010 | 11110010 | 1010101 | 11110 | 0 | 101 | 11001001 | 1011001 | 110111 |
Color Harmonies of #24AAF2
Complementary color
Monochromatic Colors of #24AAF2
Black with #24AAF2
Text Example
Text Example
White with #24AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AAF2; }
p { color: rgb(36,170,242); }
H1.HeaderClassName
{
color: #24AAF2;
}
.AnyTagClassName
{
color: #24AAF2;
}
</style>
background-color css
<style>
a { background-color: #24AAF2; }
a { background-color: rgb(36,170,242); }
div.DivClassName
{
background-color: #24AAF2;
}
.BgClassName
{
background-color: #24AAF2;
}
</style>
border-color css
<style>
span { border-color: #24AAF2; }
span { border-color: rgb(36,170,242); }
td.TdClassName
{
border-color: #24AAF2;
}
.TagClassName
{
border-color: #24AAF2;
}
</style>