Shades of Summer Sky #24BBF2
Tints of Summer Sky #24BBF2
RGB
CMYK
RGB Variations
Color information
#24BBF2 (or 0x24BBF2) is known color: Summer Sky. HEX triplet: 24, BB and F2. RGB value is (36,187,242). Sum of RGB (Red+Green+Blue) = 36+187+242=465 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.74% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #24BBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BBF2 is #DB440D. Grayscale: #939393. Windows color (decimal): -14369806 or 15907620. OLE color: 15907620.
HSL color Cylindrical-coordinate representation of color #24BBF2: hue angle of 196.02º 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 #24BBF2 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 187 | 242 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.05 |
| HSL | 196.02º | 0.89% | 0.55% | - |
| HSV(B) | 196.02º | 0.85% | 0.95% | - |
| XYZ | 34.52 | 42.33 | 90.35 | - |
| YUV | 148.12 | 180.97 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 242 | 0.85 | 0.23 | 0 | 0.05 | 196.02 | 0.89 | 0.55 |
| Hex | 24 | BB | F2 | 55 | 17 | 0 | 5 | C4 | 59 | 37 |
| Octal | 44 | 273 | 362 | 125 | 27 | 0 | 5 | 304 | 131 | 67 |
| Binary | 100100 | 10111011 | 11110010 | 1010101 | 10111 | 0 | 101 | 11000100 | 1011001 | 110111 |
Color Harmonies of #24BBF2
Complementary color
Monochromatic Colors of #24BBF2
Black with #24BBF2
Text Example
Text Example
White with #24BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BBF2; }
p { color: rgb(36,187,242); }
H1.HeaderClassName
{
color: #24BBF2;
}
.AnyTagClassName
{
color: #24BBF2;
}
</style>
background-color css
<style>
a { background-color: #24BBF2; }
a { background-color: rgb(36,187,242); }
div.DivClassName
{
background-color: #24BBF2;
}
.BgClassName
{
background-color: #24BBF2;
}
</style>
border-color css
<style>
span { border-color: #24BBF2; }
span { border-color: rgb(36,187,242); }
td.TdClassName
{
border-color: #24BBF2;
}
.TagClassName
{
border-color: #24BBF2;
}
</style>