Shades of Summer Sky #249DD5
Tints of Summer Sky #249DD5
RGB
CMYK
RGB Variations
Color information
#249DD5 (or 0x249DD5) is known color: Summer Sky. HEX triplet: 24, 9D and D5. RGB value is (36,157,213). Sum of RGB (Red+Green+Blue) = 36+157+213=406 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.87% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #249DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DD5 is #DB622A. Grayscale: #7E7E7E. Windows color (decimal): -14377515 or 13999396. OLE color: 13999396.
HSL color Cylindrical-coordinate representation of color #249DD5: hue angle of 198.98º 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 #249DD5 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 157 | 213 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.16 |
| HSL | 198.98º | 0.71% | 0.49% | - |
| HSV(B) | 198.98º | 0.83% | 0.84% | - |
| XYZ | 24.79 | 29.29 | 67.3 | - |
| YUV | 127.21 | 176.41 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 213 | 0.83 | 0.26 | 0 | 0.16 | 198.98 | 0.71 | 0.49 |
| Hex | 24 | 9D | D5 | 53 | 1A | 0 | 10 | C7 | 47 | 31 |
| Octal | 44 | 235 | 325 | 123 | 32 | 0 | 20 | 307 | 107 | 61 |
| Binary | 100100 | 10011101 | 11010101 | 1010011 | 11010 | 0 | 10000 | 11000111 | 1000111 | 110001 |
Color Harmonies of #249DD5
Complementary color
Monochromatic Colors of #249DD5
Black with #249DD5
Text Example
Text Example
White with #249DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DD5; }
p { color: rgb(36,157,213); }
H1.HeaderClassName
{
color: #249DD5;
}
.AnyTagClassName
{
color: #249DD5;
}
</style>
background-color css
<style>
a { background-color: #249DD5; }
a { background-color: rgb(36,157,213); }
div.DivClassName
{
background-color: #249DD5;
}
.BgClassName
{
background-color: #249DD5;
}
</style>
border-color css
<style>
span { border-color: #249DD5; }
span { border-color: rgb(36,157,213); }
td.TdClassName
{
border-color: #249DD5;
}
.TagClassName
{
border-color: #249DD5;
}
</style>