Shades of Summer Sky #4DAEDD
Tints of Summer Sky #4DAEDD
RGB
CMYK
RGB Variations
Color information
#4DAEDD (or 0x4DAEDD) is known color: Summer Sky. HEX triplet: 4D, AE and DD. RGB value is (77,174,221). Sum of RGB (Red+Green+Blue) = 77+174+221=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEDD is #B25122. Grayscale: #969696. Windows color (decimal): -11686179 or 14528077. OLE color: 14528077.
HSL color Cylindrical-coordinate representation of color #4DAEDD: hue angle of 199.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DAEDD is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 174 | 221 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.13 |
| HSL | 199.58º | 0.68% | 0.58% | - |
| HSV(B) | 199.58º | 0.65% | 0.87% | - |
| XYZ | 31.25 | 37.07 | 73.91 | - |
| YUV | 150.36 | 167.86 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 221 | 0.65 | 0.21 | 0 | 0.13 | 199.58 | 0.68 | 0.58 |
| Hex | 4D | AE | DD | 41 | 15 | 0 | D | C8 | 44 | 3A |
| Octal | 115 | 256 | 335 | 101 | 25 | 0 | 15 | 310 | 104 | 72 |
| Binary | 1001101 | 10101110 | 11011101 | 1000001 | 10101 | 0 | 1101 | 11001000 | 1000100 | 111010 |
Color Harmonies of #4DAEDD
Complementary color
Monochromatic Colors of #4DAEDD
Black with #4DAEDD
Text Example
Text Example
White with #4DAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEDD; }
p { color: rgb(77,174,221); }
H1.HeaderClassName
{
color: #4DAEDD;
}
.AnyTagClassName
{
color: #4DAEDD;
}
</style>
background-color css
<style>
a { background-color: #4DAEDD; }
a { background-color: rgb(77,174,221); }
div.DivClassName
{
background-color: #4DAEDD;
}
.BgClassName
{
background-color: #4DAEDD;
}
</style>
border-color css
<style>
span { border-color: #4DAEDD; }
span { border-color: rgb(77,174,221); }
td.TdClassName
{
border-color: #4DAEDD;
}
.TagClassName
{
border-color: #4DAEDD;
}
</style>