Shades of Summer Sky #249CDC
Tints of Summer Sky #249CDC
RGB
CMYK
RGB Variations
Color information
#249CDC (or 0x249CDC) is known color: Summer Sky. HEX triplet: 24, 9C and DC. RGB value is (36,156,220). Sum of RGB (Red+Green+Blue) = 36+156+220=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #249CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CDC is #DB6323. Grayscale: #7F7F7F. Windows color (decimal): -14377764 or 14457892. OLE color: 14457892.
HSL color Cylindrical-coordinate representation of color #249CDC: hue angle of 200.87º 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 #249CDC is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 156 | 220 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.14 |
| HSL | 200.87º | 0.72% | 0.5% | - |
| HSV(B) | 200.87º | 0.84% | 0.86% | - |
| XYZ | 25.53 | 29.32 | 72.02 | - |
| YUV | 127.42 | 180.24 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 220 | 0.84 | 0.29 | 0 | 0.14 | 200.87 | 0.72 | 0.5 |
| Hex | 24 | 9C | DC | 54 | 1D | 0 | E | C9 | 48 | 32 |
| Octal | 44 | 234 | 334 | 124 | 35 | 0 | 16 | 311 | 110 | 62 |
| Binary | 100100 | 10011100 | 11011100 | 1010100 | 11101 | 0 | 1110 | 11001001 | 1001000 | 110010 |
Color Harmonies of #249CDC
Complementary color
Monochromatic Colors of #249CDC
Black with #249CDC
Text Example
Text Example
White with #249CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249CDC; }
p { color: rgb(36,156,220); }
H1.HeaderClassName
{
color: #249CDC;
}
.AnyTagClassName
{
color: #249CDC;
}
</style>
background-color css
<style>
a { background-color: #249CDC; }
a { background-color: rgb(36,156,220); }
div.DivClassName
{
background-color: #249CDC;
}
.BgClassName
{
background-color: #249CDC;
}
</style>
border-color css
<style>
span { border-color: #249CDC; }
span { border-color: rgb(36,156,220); }
td.TdClassName
{
border-color: #249CDC;
}
.TagClassName
{
border-color: #249CDC;
}
</style>