Shades of Summer Sky #24BCCF
Tints of Summer Sky #24BCCF
RGB
CMYK
RGB Variations
Color information
#24BCCF (or 0x24BCCF) is known color: Summer Sky. HEX triplet: 24, BC and CF. RGB value is (36,188,207). Sum of RGB (Red+Green+Blue) = 36+188+207=431 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.35% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #24BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BCCF is #DB4330. Grayscale: #909090. Windows color (decimal): -14369585 or 13614116. OLE color: 13614116.
HSL color Cylindrical-coordinate representation of color #24BCCF: hue angle of 186.67º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24BCCF is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 188 | 207 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.19 |
| HSL | 186.67º | 0.7% | 0.48% | - |
| HSV(B) | 186.67º | 0.83% | 0.81% | - |
| XYZ | 29.97 | 40.85 | 65.34 | - |
| YUV | 144.72 | 163.14 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 207 | 0.83 | 0.09 | 0 | 0.19 | 186.67 | 0.7 | 0.48 |
| Hex | 24 | BC | CF | 53 | 9 | 0 | 13 | BB | 46 | 30 |
| Octal | 44 | 274 | 317 | 123 | 11 | 0 | 23 | 273 | 106 | 60 |
| Binary | 100100 | 10111100 | 11001111 | 1010011 | 1001 | 0 | 10011 | 10111011 | 1000110 | 110000 |
Color Harmonies of #24BCCF
Complementary color
Monochromatic Colors of #24BCCF
Black with #24BCCF
Text Example
Text Example
White with #24BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BCCF; }
p { color: rgb(36,188,207); }
H1.HeaderClassName
{
color: #24BCCF;
}
.AnyTagClassName
{
color: #24BCCF;
}
</style>
background-color css
<style>
a { background-color: #24BCCF; }
a { background-color: rgb(36,188,207); }
div.DivClassName
{
background-color: #24BCCF;
}
.BgClassName
{
background-color: #24BCCF;
}
</style>
border-color css
<style>
span { border-color: #24BCCF; }
span { border-color: rgb(36,188,207); }
td.TdClassName
{
border-color: #24BCCF;
}
.TagClassName
{
border-color: #24BCCF;
}
</style>