Shades of Summer Sky #24CBDC
Tints of Summer Sky #24CBDC
RGB
CMYK
RGB Variations
Color information
#24CBDC (or 0x24CBDC) is known color: Summer Sky. HEX triplet: 24, CB and DC. RGB value is (36,203,220). Sum of RGB (Red+Green+Blue) = 36+203+220=459 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.84% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #24CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CBDC is #DB3423. Grayscale: #9A9A9A. Windows color (decimal): -14365732 or 14469924. OLE color: 14469924.
HSL color Cylindrical-coordinate representation of color #24CBDC: hue angle of 185.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24CBDC is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 203 | 220 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.14 |
| HSL | 185.54º | 0.72% | 0.5% | - |
| HSV(B) | 185.54º | 0.84% | 0.86% | - |
| XYZ | 35 | 48.25 | 75.18 | - |
| YUV | 155.01 | 164.67 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 203 | 220 | 0.84 | 0.08 | 0 | 0.14 | 185.54 | 0.72 | 0.5 |
| Hex | 24 | CB | DC | 54 | 8 | 0 | E | BA | 48 | 32 |
| Octal | 44 | 313 | 334 | 124 | 10 | 0 | 16 | 272 | 110 | 62 |
| Binary | 100100 | 11001011 | 11011100 | 1010100 | 1000 | 0 | 1110 | 10111010 | 1001000 | 110010 |
Color Harmonies of #24CBDC
Complementary color
Monochromatic Colors of #24CBDC
Black with #24CBDC
Text Example
Text Example
White with #24CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CBDC; }
p { color: rgb(36,203,220); }
H1.HeaderClassName
{
color: #24CBDC;
}
.AnyTagClassName
{
color: #24CBDC;
}
</style>
background-color css
<style>
a { background-color: #24CBDC; }
a { background-color: rgb(36,203,220); }
div.DivClassName
{
background-color: #24CBDC;
}
.BgClassName
{
background-color: #24CBDC;
}
</style>
border-color css
<style>
span { border-color: #24CBDC; }
span { border-color: rgb(36,203,220); }
td.TdClassName
{
border-color: #24CBDC;
}
.TagClassName
{
border-color: #24CBDC;
}
</style>