Shades of Summer Sky #24C2F2
Tints of Summer Sky #24C2F2
RGB
CMYK
RGB Variations
Color information
#24C2F2 (or 0x24C2F2) is known color: Summer Sky. HEX triplet: 24, C2 and F2. RGB value is (36,194,242). Sum of RGB (Red+Green+Blue) = 36+194+242=472 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.63% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #24C2F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24C2F2 is #DB3D0D. Grayscale: #979797. Windows color (decimal): -14368014 or 15909412. OLE color: 15909412.
HSL color Cylindrical-coordinate representation of color #24C2F2: hue angle of 193.98º 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 #24C2F2 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 194 | 242 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.05 |
| HSL | 193.98º | 0.89% | 0.55% | - |
| HSV(B) | 193.98º | 0.85% | 0.95% | - |
| XYZ | 36.05 | 45.37 | 90.86 | - |
| YUV | 152.23 | 178.65 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 194 | 242 | 0.85 | 0.20 | 0 | 0.05 | 193.98 | 0.89 | 0.55 |
| Hex | 24 | C2 | F2 | 55 | 14 | 0 | 5 | C2 | 59 | 37 |
| Octal | 44 | 302 | 362 | 125 | 24 | 0 | 5 | 302 | 131 | 67 |
| Binary | 100100 | 11000010 | 11110010 | 1010101 | 10100 | 0 | 101 | 11000010 | 1011001 | 110111 |
Color Harmonies of #24C2F2
Complementary color
Monochromatic Colors of #24C2F2
Black with #24C2F2
Text Example
Text Example
White with #24C2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C2F2; }
p { color: rgb(36,194,242); }
H1.HeaderClassName
{
color: #24C2F2;
}
.AnyTagClassName
{
color: #24C2F2;
}
</style>
background-color css
<style>
a { background-color: #24C2F2; }
a { background-color: rgb(36,194,242); }
div.DivClassName
{
background-color: #24C2F2;
}
.BgClassName
{
background-color: #24C2F2;
}
</style>
border-color css
<style>
span { border-color: #24C2F2; }
span { border-color: rgb(36,194,242); }
td.TdClassName
{
border-color: #24C2F2;
}
.TagClassName
{
border-color: #24C2F2;
}
</style>