Shades of Summer Sky #24BDF2
Tints of Summer Sky #24BDF2
RGB
CMYK
RGB Variations
Color information
#24BDF2 (or 0x24BDF2) is known color: Summer Sky. HEX triplet: 24, BD and F2. RGB value is (36,189,242). Sum of RGB (Red+Green+Blue) = 36+189+242=467 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.71% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #24BDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BDF2 is #DB420D. Grayscale: #949494. Windows color (decimal): -14369294 or 15908132. OLE color: 15908132.
HSL color Cylindrical-coordinate representation of color #24BDF2: hue angle of 195.44º 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 #24BDF2 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 189 | 242 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.05 |
| HSL | 195.44º | 0.89% | 0.55% | - |
| HSV(B) | 195.44º | 0.85% | 0.95% | - |
| XYZ | 34.95 | 43.18 | 90.5 | - |
| YUV | 149.3 | 180.31 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 242 | 0.85 | 0.22 | 0 | 0.05 | 195.44 | 0.89 | 0.55 |
| Hex | 24 | BD | F2 | 55 | 16 | 0 | 5 | C3 | 59 | 37 |
| Octal | 44 | 275 | 362 | 125 | 26 | 0 | 5 | 303 | 131 | 67 |
| Binary | 100100 | 10111101 | 11110010 | 1010101 | 10110 | 0 | 101 | 11000011 | 1011001 | 110111 |
Color Harmonies of #24BDF2
Complementary color
Monochromatic Colors of #24BDF2
Black with #24BDF2
Text Example
Text Example
White with #24BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDF2; }
p { color: rgb(36,189,242); }
H1.HeaderClassName
{
color: #24BDF2;
}
.AnyTagClassName
{
color: #24BDF2;
}
</style>
background-color css
<style>
a { background-color: #24BDF2; }
a { background-color: rgb(36,189,242); }
div.DivClassName
{
background-color: #24BDF2;
}
.BgClassName
{
background-color: #24BDF2;
}
</style>
border-color css
<style>
span { border-color: #24BDF2; }
span { border-color: rgb(36,189,242); }
td.TdClassName
{
border-color: #24BDF2;
}
.TagClassName
{
border-color: #24BDF2;
}
</style>