Shades of Summer Sky #249AD6
Tints of Summer Sky #249AD6
RGB
CMYK
RGB Variations
Color information
#249AD6 (or 0x249AD6) is known color: Summer Sky. HEX triplet: 24, 9A and D6. RGB value is (36,154,214). Sum of RGB (Red+Green+Blue) = 36+154+214=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #249AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249AD6 is #DB6529. Grayscale: #7D7D7D. Windows color (decimal): -14378282 or 14064164. OLE color: 14064164.
HSL color Cylindrical-coordinate representation of color #249AD6: hue angle of 200.22º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #249AD6 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 154 | 214 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.16 |
| HSL | 200.22º | 0.71% | 0.49% | - |
| HSV(B) | 200.22º | 0.83% | 0.84% | - |
| XYZ | 24.42 | 28.34 | 67.8 | - |
| YUV | 125.56 | 177.91 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 214 | 0.83 | 0.28 | 0 | 0.16 | 200.22 | 0.71 | 0.49 |
| Hex | 24 | 9A | D6 | 53 | 1C | 0 | 10 | C8 | 47 | 31 |
| Octal | 44 | 232 | 326 | 123 | 34 | 0 | 20 | 310 | 107 | 61 |
| Binary | 100100 | 10011010 | 11010110 | 1010011 | 11100 | 0 | 10000 | 11001000 | 1000111 | 110001 |
Color Harmonies of #249AD6
Complementary color
Monochromatic Colors of #249AD6
Black with #249AD6
Text Example
Text Example
White with #249AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249AD6; }
p { color: rgb(36,154,214); }
H1.HeaderClassName
{
color: #249AD6;
}
.AnyTagClassName
{
color: #249AD6;
}
</style>
background-color css
<style>
a { background-color: #249AD6; }
a { background-color: rgb(36,154,214); }
div.DivClassName
{
background-color: #249AD6;
}
.BgClassName
{
background-color: #249AD6;
}
</style>
border-color css
<style>
span { border-color: #249AD6; }
span { border-color: rgb(36,154,214); }
td.TdClassName
{
border-color: #249AD6;
}
.TagClassName
{
border-color: #249AD6;
}
</style>