Shades of Summer Sky #24BFF5
Tints of Summer Sky #24BFF5
RGB
CMYK
RGB Variations
Color information
#24BFF5 (or 0x24BFF5) is known color: Summer Sky. HEX triplet: 24, BF and F5. RGB value is (36,191,245). Sum of RGB (Red+Green+Blue) = 36+191+245=472 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.63% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #24BFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BFF5 is #DB400A. Grayscale: #969696. Windows color (decimal): -14368779 or 16105252. OLE color: 16105252.
HSL color Cylindrical-coordinate representation of color #24BFF5: hue angle of 195.5º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24BFF5 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 191 | 245 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.04 |
| HSL | 195.5º | 0.91% | 0.55% | - |
| HSV(B) | 195.5º | 0.85% | 0.96% | - |
| XYZ | 35.84 | 44.23 | 93.03 | - |
| YUV | 150.81 | 181.15 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 245 | 0.85 | 0.22 | 0 | 0.04 | 195.5 | 0.91 | 0.55 |
| Hex | 24 | BF | F5 | 55 | 16 | 0 | 4 | C4 | 5B | 37 |
| Octal | 44 | 277 | 365 | 125 | 26 | 0 | 4 | 304 | 133 | 67 |
| Binary | 100100 | 10111111 | 11110101 | 1010101 | 10110 | 0 | 100 | 11000100 | 1011011 | 110111 |
Color Harmonies of #24BFF5
Complementary color
Monochromatic Colors of #24BFF5
Black with #24BFF5
Text Example
Text Example
White with #24BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFF5; }
p { color: rgb(36,191,245); }
H1.HeaderClassName
{
color: #24BFF5;
}
.AnyTagClassName
{
color: #24BFF5;
}
</style>
background-color css
<style>
a { background-color: #24BFF5; }
a { background-color: rgb(36,191,245); }
div.DivClassName
{
background-color: #24BFF5;
}
.BgClassName
{
background-color: #24BFF5;
}
</style>
border-color css
<style>
span { border-color: #24BFF5; }
span { border-color: rgb(36,191,245); }
td.TdClassName
{
border-color: #24BFF5;
}
.TagClassName
{
border-color: #24BFF5;
}
</style>