Shades of Summer Sky #249ECF
Tints of Summer Sky #249ECF
RGB
CMYK
RGB Variations
Color information
#249ECF (or 0x249ECF) is known color: Summer Sky. HEX triplet: 24, 9E and CF. RGB value is (36,158,207). Sum of RGB (Red+Green+Blue) = 36+158+207=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #249ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ECF is #DB6130. Grayscale: #7E7E7E. Windows color (decimal): -14377265 or 13606436. OLE color: 13606436.
HSL color Cylindrical-coordinate representation of color #249ECF: hue angle of 197.19º 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 #249ECF is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 158 | 207 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.19 |
| HSL | 197.19º | 0.7% | 0.48% | - |
| HSV(B) | 197.19º | 0.83% | 0.81% | - |
| XYZ | 24.22 | 29.33 | 63.42 | - |
| YUV | 127.11 | 173.08 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 158 | 207 | 0.83 | 0.24 | 0 | 0.19 | 197.19 | 0.7 | 0.48 |
| Hex | 24 | 9E | CF | 53 | 18 | 0 | 13 | C5 | 46 | 30 |
| Octal | 44 | 236 | 317 | 123 | 30 | 0 | 23 | 305 | 106 | 60 |
| Binary | 100100 | 10011110 | 11001111 | 1010011 | 11000 | 0 | 10011 | 11000101 | 1000110 | 110000 |
Color Harmonies of #249ECF
Complementary color
Monochromatic Colors of #249ECF
Black with #249ECF
Text Example
Text Example
White with #249ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249ECF; }
p { color: rgb(36,158,207); }
H1.HeaderClassName
{
color: #249ECF;
}
.AnyTagClassName
{
color: #249ECF;
}
</style>
background-color css
<style>
a { background-color: #249ECF; }
a { background-color: rgb(36,158,207); }
div.DivClassName
{
background-color: #249ECF;
}
.BgClassName
{
background-color: #249ECF;
}
</style>
border-color css
<style>
span { border-color: #249ECF; }
span { border-color: rgb(36,158,207); }
td.TdClassName
{
border-color: #249ECF;
}
.TagClassName
{
border-color: #249ECF;
}
</style>