Shades of Summer Sky #249BD4
Tints of Summer Sky #249BD4
RGB
CMYK
RGB Variations
Color information
#249BD4 (or 0x249BD4) is known color: Summer Sky. HEX triplet: 24, 9B and D4. RGB value is (36,155,212). Sum of RGB (Red+Green+Blue) = 36+155+212=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #249BD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BD4 is #DB642B. Grayscale: #7D7D7D. Windows color (decimal): -14378028 or 13933348. OLE color: 13933348.
HSL color Cylindrical-coordinate representation of color #249BD4: hue angle of 199.43º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #249BD4 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 155 | 212 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.17 |
| HSL | 199.43º | 0.71% | 0.49% | - |
| HSV(B) | 199.43º | 0.83% | 0.83% | - |
| XYZ | 24.33 | 28.57 | 66.52 | - |
| YUV | 125.92 | 176.58 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 212 | 0.83 | 0.27 | 0 | 0.17 | 199.43 | 0.71 | 0.49 |
| Hex | 24 | 9B | D4 | 53 | 1B | 0 | 11 | C7 | 47 | 31 |
| Octal | 44 | 233 | 324 | 123 | 33 | 0 | 21 | 307 | 107 | 61 |
| Binary | 100100 | 10011011 | 11010100 | 1010011 | 11011 | 0 | 10001 | 11000111 | 1000111 | 110001 |
Color Harmonies of #249BD4
Complementary color
Monochromatic Colors of #249BD4
Black with #249BD4
Text Example
Text Example
White with #249BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BD4; }
p { color: rgb(36,155,212); }
H1.HeaderClassName
{
color: #249BD4;
}
.AnyTagClassName
{
color: #249BD4;
}
</style>
background-color css
<style>
a { background-color: #249BD4; }
a { background-color: rgb(36,155,212); }
div.DivClassName
{
background-color: #249BD4;
}
.BgClassName
{
background-color: #249BD4;
}
</style>
border-color css
<style>
span { border-color: #249BD4; }
span { border-color: rgb(36,155,212); }
td.TdClassName
{
border-color: #249BD4;
}
.TagClassName
{
border-color: #249BD4;
}
</style>