Shades of Summer Sky #4099E0
Tints of Summer Sky #4099E0
RGB
CMYK
RGB Variations
Color information
#4099E0 (or 0x4099E0) is known color: Summer Sky. HEX triplet: 40, 99 and E0. RGB value is (64,153,224). Sum of RGB (Red+Green+Blue) = 64+153+224=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #4099E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099E0 is #BF661F. Grayscale: #868686. Windows color (decimal): -12543520 or 14719296. OLE color: 14719296.
HSL color Cylindrical-coordinate representation of color #4099E0: hue angle of 206.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4099E0 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 153 | 224 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.12 |
| HSL | 206.63º | 0.72% | 0.56% | - |
| HSV(B) | 206.63º | 0.71% | 0.88% | - |
| XYZ | 26.96 | 29.25 | 74.75 | - |
| YUV | 134.48 | 178.51 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 224 | 0.71 | 0.32 | 0 | 0.12 | 206.63 | 0.72 | 0.56 |
| Hex | 40 | 99 | E0 | 47 | 20 | 0 | C | CF | 48 | 38 |
| Octal | 100 | 231 | 340 | 107 | 40 | 0 | 14 | 317 | 110 | 70 |
| Binary | 1000000 | 10011001 | 11100000 | 1000111 | 100000 | 0 | 1100 | 11001111 | 1001000 | 111000 |
Color Harmonies of #4099E0
Complementary color
Monochromatic Colors of #4099E0
Black with #4099E0
Text Example
Text Example
White with #4099E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4099E0; }
p { color: rgb(64,153,224); }
H1.HeaderClassName
{
color: #4099E0;
}
.AnyTagClassName
{
color: #4099E0;
}
</style>
background-color css
<style>
a { background-color: #4099E0; }
a { background-color: rgb(64,153,224); }
div.DivClassName
{
background-color: #4099E0;
}
.BgClassName
{
background-color: #4099E0;
}
</style>
border-color css
<style>
span { border-color: #4099E0; }
span { border-color: rgb(64,153,224); }
td.TdClassName
{
border-color: #4099E0;
}
.TagClassName
{
border-color: #4099E0;
}
</style>