Shades of Summer Sky #24BAF2
Tints of Summer Sky #24BAF2
RGB
CMYK
RGB Variations
Color information
#24BAF2 (or 0x24BAF2) is known color: Summer Sky. HEX triplet: 24, BA and F2. RGB value is (36,186,242). Sum of RGB (Red+Green+Blue) = 36+186+242=464 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.76% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #24BAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BAF2 is #DB450D. Grayscale: #939393. Windows color (decimal): -14370062 or 15907364. OLE color: 15907364.
HSL color Cylindrical-coordinate representation of color #24BAF2: hue angle of 196.31º 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 #24BAF2 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 186 | 242 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.05 |
| HSL | 196.31º | 0.89% | 0.55% | - |
| HSV(B) | 196.31º | 0.85% | 0.95% | - |
| XYZ | 34.31 | 41.9 | 90.28 | - |
| YUV | 147.53 | 181.31 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 242 | 0.85 | 0.23 | 0 | 0.05 | 196.31 | 0.89 | 0.55 |
| Hex | 24 | BA | F2 | 55 | 17 | 0 | 5 | C4 | 59 | 37 |
| Octal | 44 | 272 | 362 | 125 | 27 | 0 | 5 | 304 | 131 | 67 |
| Binary | 100100 | 10111010 | 11110010 | 1010101 | 10111 | 0 | 101 | 11000100 | 1011001 | 110111 |
Color Harmonies of #24BAF2
Complementary color
Monochromatic Colors of #24BAF2
Black with #24BAF2
Text Example
Text Example
White with #24BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BAF2; }
p { color: rgb(36,186,242); }
H1.HeaderClassName
{
color: #24BAF2;
}
.AnyTagClassName
{
color: #24BAF2;
}
</style>
background-color css
<style>
a { background-color: #24BAF2; }
a { background-color: rgb(36,186,242); }
div.DivClassName
{
background-color: #24BAF2;
}
.BgClassName
{
background-color: #24BAF2;
}
</style>
border-color css
<style>
span { border-color: #24BAF2; }
span { border-color: rgb(36,186,242); }
td.TdClassName
{
border-color: #24BAF2;
}
.TagClassName
{
border-color: #24BAF2;
}
</style>