Shades of Summer Sky #24BBCD
Tints of Summer Sky #24BBCD
RGB
CMYK
RGB Variations
Color information
#24BBCD (or 0x24BBCD) is known color: Summer Sky. HEX triplet: 24, BB and CD. RGB value is (36,187,205). Sum of RGB (Red+Green+Blue) = 36+187+205=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #24BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BBCD is #DB4432. Grayscale: #8F8F8F. Windows color (decimal): -14369843 or 13482788. OLE color: 13482788.
HSL color Cylindrical-coordinate representation of color #24BBCD: hue angle of 186.39º 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 #24BBCD is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 187 | 205 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.20 |
| HSL | 186.39º | 0.7% | 0.47% | - |
| HSV(B) | 186.39º | 0.82% | 0.8% | - |
| XYZ | 29.52 | 40.32 | 63.99 | - |
| YUV | 143.9 | 162.47 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 205 | 0.82 | 0.09 | 0 | 0.20 | 186.39 | 0.7 | 0.47 |
| Hex | 24 | BB | CD | 52 | 9 | 0 | 14 | BA | 46 | 2F |
| Octal | 44 | 273 | 315 | 122 | 11 | 0 | 24 | 272 | 106 | 57 |
| Binary | 100100 | 10111011 | 11001101 | 1010010 | 1001 | 0 | 10100 | 10111010 | 1000110 | 101111 |
Color Harmonies of #24BBCD
Complementary color
Monochromatic Colors of #24BBCD
Black with #24BBCD
Text Example
Text Example
White with #24BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BBCD; }
p { color: rgb(36,187,205); }
H1.HeaderClassName
{
color: #24BBCD;
}
.AnyTagClassName
{
color: #24BBCD;
}
</style>
background-color css
<style>
a { background-color: #24BBCD; }
a { background-color: rgb(36,187,205); }
div.DivClassName
{
background-color: #24BBCD;
}
.BgClassName
{
background-color: #24BBCD;
}
</style>
border-color css
<style>
span { border-color: #24BBCD; }
span { border-color: rgb(36,187,205); }
td.TdClassName
{
border-color: #24BBCD;
}
.TagClassName
{
border-color: #24BBCD;
}
</style>