Shades of Summer Sky #4DADDD
Tints of Summer Sky #4DADDD
RGB
CMYK
RGB Variations
Color information
#4DADDD (or 0x4DADDD) is known color: Summer Sky. HEX triplet: 4D, AD and DD. RGB value is (77,173,221). Sum of RGB (Red+Green+Blue) = 77+173+221=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADDD is #B25222. Grayscale: #959595. Windows color (decimal): -11686435 or 14527821. OLE color: 14527821.
HSL color Cylindrical-coordinate representation of color #4DADDD: hue angle of 200º 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 #4DADDD is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 173 | 221 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.13 |
| HSL | 200º | 0.68% | 0.58% | - |
| HSV(B) | 200º | 0.65% | 0.87% | - |
| XYZ | 31.06 | 36.69 | 73.85 | - |
| YUV | 149.77 | 168.2 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 221 | 0.65 | 0.22 | 0 | 0.13 | 200 | 0.68 | 0.58 |
| Hex | 4D | AD | DD | 41 | 16 | 0 | D | C8 | 44 | 3A |
| Octal | 115 | 255 | 335 | 101 | 26 | 0 | 15 | 310 | 104 | 72 |
| Binary | 1001101 | 10101101 | 11011101 | 1000001 | 10110 | 0 | 1101 | 11001000 | 1000100 | 111010 |
Color Harmonies of #4DADDD
Complementary color
Monochromatic Colors of #4DADDD
Black with #4DADDD
Text Example
Text Example
White with #4DADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADDD; }
p { color: rgb(77,173,221); }
H1.HeaderClassName
{
color: #4DADDD;
}
.AnyTagClassName
{
color: #4DADDD;
}
</style>
background-color css
<style>
a { background-color: #4DADDD; }
a { background-color: rgb(77,173,221); }
div.DivClassName
{
background-color: #4DADDD;
}
.BgClassName
{
background-color: #4DADDD;
}
</style>
border-color css
<style>
span { border-color: #4DADDD; }
span { border-color: rgb(77,173,221); }
td.TdClassName
{
border-color: #4DADDD;
}
.TagClassName
{
border-color: #4DADDD;
}
</style>