Shades of Summer Sky #24BFCF
Tints of Summer Sky #24BFCF
RGB
CMYK
RGB Variations
Color information
#24BFCF (or 0x24BFCF) is known color: Summer Sky. HEX triplet: 24, BF and CF. RGB value is (36,191,207). Sum of RGB (Red+Green+Blue) = 36+191+207=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #24BFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BFCF is #DB4030. Grayscale: #929292. Windows color (decimal): -14368817 or 13614884. OLE color: 13614884.
HSL color Cylindrical-coordinate representation of color #24BFCF: hue angle of 185.61º 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 #24BFCF is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 191 | 207 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.19 |
| HSL | 185.61º | 0.7% | 0.48% | - |
| HSV(B) | 185.61º | 0.83% | 0.81% | - |
| XYZ | 30.62 | 42.14 | 65.55 | - |
| YUV | 146.48 | 162.15 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 207 | 0.83 | 0.08 | 0 | 0.19 | 185.61 | 0.7 | 0.48 |
| Hex | 24 | BF | CF | 53 | 8 | 0 | 13 | BA | 46 | 30 |
| Octal | 44 | 277 | 317 | 123 | 10 | 0 | 23 | 272 | 106 | 60 |
| Binary | 100100 | 10111111 | 11001111 | 1010011 | 1000 | 0 | 10011 | 10111010 | 1000110 | 110000 |
Color Harmonies of #24BFCF
Complementary color
Monochromatic Colors of #24BFCF
Black with #24BFCF
Text Example
Text Example
White with #24BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFCF; }
p { color: rgb(36,191,207); }
H1.HeaderClassName
{
color: #24BFCF;
}
.AnyTagClassName
{
color: #24BFCF;
}
</style>
background-color css
<style>
a { background-color: #24BFCF; }
a { background-color: rgb(36,191,207); }
div.DivClassName
{
background-color: #24BFCF;
}
.BgClassName
{
background-color: #24BFCF;
}
</style>
border-color css
<style>
span { border-color: #24BFCF; }
span { border-color: rgb(36,191,207); }
td.TdClassName
{
border-color: #24BFCF;
}
.TagClassName
{
border-color: #24BFCF;
}
</style>