Shades of Summer Sky #24BCCC
Tints of Summer Sky #24BCCC
RGB
CMYK
RGB Variations
Color information
#24BCCC (or 0x24BCCC) is known color: Summer Sky. HEX triplet: 24, BC and CC. RGB value is (36,188,204). Sum of RGB (Red+Green+Blue) = 36+188+204=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #24BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BCCC is #DB4333. Grayscale: #909090. Windows color (decimal): -14369588 or 13417508. OLE color: 13417508.
HSL color Cylindrical-coordinate representation of color #24BCCC: hue angle of 185.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24BCCC is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 188 | 204 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.2 |
| HSL | 185.71º | 0.7% | 0.47% | - |
| HSV(B) | 185.71º | 0.82% | 0.8% | - |
| XYZ | 29.61 | 40.7 | 63.42 | - |
| YUV | 144.38 | 161.64 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 204 | 0.82 | 0.08 | 0 | 0.2 | 185.71 | 0.7 | 0.47 |
| Hex | 24 | BC | CC | 52 | 8 | 0 | 14 | BA | 46 | 2F |
| Octal | 44 | 274 | 314 | 122 | 10 | 0 | 24 | 272 | 106 | 57 |
| Binary | 100100 | 10111100 | 11001100 | 1010010 | 1000 | 0 | 10100 | 10111010 | 1000110 | 101111 |
Color Harmonies of #24BCCC
Complementary color
Monochromatic Colors of #24BCCC
Black with #24BCCC
Text Example
Text Example
White with #24BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BCCC; }
p { color: rgb(36,188,204); }
H1.HeaderClassName
{
color: #24BCCC;
}
.AnyTagClassName
{
color: #24BCCC;
}
</style>
background-color css
<style>
a { background-color: #24BCCC; }
a { background-color: rgb(36,188,204); }
div.DivClassName
{
background-color: #24BCCC;
}
.BgClassName
{
background-color: #24BCCC;
}
</style>
border-color css
<style>
span { border-color: #24BCCC; }
span { border-color: rgb(36,188,204); }
td.TdClassName
{
border-color: #24BCCC;
}
.TagClassName
{
border-color: #24BCCC;
}
</style>