Shades of Summer Sky #249BD5
Tints of Summer Sky #249BD5
RGB
CMYK
RGB Variations
Color information
#249BD5 (or 0x249BD5) is known color: Summer Sky. HEX triplet: 24, 9B and D5. RGB value is (36,155,213). Sum of RGB (Red+Green+Blue) = 36+155+213=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #249BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BD5 is #DB642A. Grayscale: #7D7D7D. Windows color (decimal): -14378027 or 13998884. OLE color: 13998884.
HSL color Cylindrical-coordinate representation of color #249BD5: hue angle of 199.66º 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 #249BD5 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 155 | 213 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.16 |
| HSL | 199.66º | 0.71% | 0.49% | - |
| HSV(B) | 199.66º | 0.83% | 0.84% | - |
| XYZ | 24.46 | 28.62 | 67.19 | - |
| YUV | 126.03 | 177.08 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 213 | 0.83 | 0.27 | 0 | 0.16 | 199.66 | 0.71 | 0.49 |
| Hex | 24 | 9B | D5 | 53 | 1B | 0 | 10 | C8 | 47 | 31 |
| Octal | 44 | 233 | 325 | 123 | 33 | 0 | 20 | 310 | 107 | 61 |
| Binary | 100100 | 10011011 | 11010101 | 1010011 | 11011 | 0 | 10000 | 11001000 | 1000111 | 110001 |
Color Harmonies of #249BD5
Complementary color
Monochromatic Colors of #249BD5
Black with #249BD5
Text Example
Text Example
White with #249BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BD5; }
p { color: rgb(36,155,213); }
H1.HeaderClassName
{
color: #249BD5;
}
.AnyTagClassName
{
color: #249BD5;
}
</style>
background-color css
<style>
a { background-color: #249BD5; }
a { background-color: rgb(36,155,213); }
div.DivClassName
{
background-color: #249BD5;
}
.BgClassName
{
background-color: #249BD5;
}
</style>
border-color css
<style>
span { border-color: #249BD5; }
span { border-color: rgb(36,155,213); }
td.TdClassName
{
border-color: #249BD5;
}
.TagClassName
{
border-color: #249BD5;
}
</style>