Shades of Summer Sky #4DAAEB
Tints of Summer Sky #4DAAEB
RGB
CMYK
RGB Variations
Color information
#4DAAEB (or 0x4DAAEB) is known color: Summer Sky. HEX triplet: 4D, AA and EB. RGB value is (77,170,235). Sum of RGB (Red+Green+Blue) = 77+170+235=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAAEB is #B25514. Grayscale: #959595. Windows color (decimal): -11687189 or 15444557. OLE color: 15444557.
HSL color Cylindrical-coordinate representation of color #4DAAEB: hue angle of 204.68º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DAAEB is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 170 | 235 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.08 |
| HSL | 204.68º | 0.8% | 0.61% | - |
| HSV(B) | 204.68º | 0.67% | 0.92% | - |
| XYZ | 32.43 | 36.33 | 83.9 | - |
| YUV | 149.6 | 176.19 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 235 | 0.67 | 0.28 | 0 | 0.08 | 204.68 | 0.8 | 0.61 |
| Hex | 4D | AA | EB | 43 | 1C | 0 | 8 | CD | 50 | 3D |
| Octal | 115 | 252 | 353 | 103 | 34 | 0 | 10 | 315 | 120 | 75 |
| Binary | 1001101 | 10101010 | 11101011 | 1000011 | 11100 | 0 | 1000 | 11001101 | 1010000 | 111101 |
Color Harmonies of #4DAAEB
Complementary color
Monochromatic Colors of #4DAAEB
Black with #4DAAEB
Text Example
Text Example
White with #4DAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAEB; }
p { color: rgb(77,170,235); }
H1.HeaderClassName
{
color: #4DAAEB;
}
.AnyTagClassName
{
color: #4DAAEB;
}
</style>
background-color css
<style>
a { background-color: #4DAAEB; }
a { background-color: rgb(77,170,235); }
div.DivClassName
{
background-color: #4DAAEB;
}
.BgClassName
{
background-color: #4DAAEB;
}
</style>
border-color css
<style>
span { border-color: #4DAAEB; }
span { border-color: rgb(77,170,235); }
td.TdClassName
{
border-color: #4DAAEB;
}
.TagClassName
{
border-color: #4DAAEB;
}
</style>