Shades of Summer Sky #4DADDC
Tints of Summer Sky #4DADDC
RGB
CMYK
RGB Variations
Color information
#4DADDC (or 0x4DADDC) is known color: Summer Sky. HEX triplet: 4D, AD and DC. RGB value is (77,173,220). Sum of RGB (Red+Green+Blue) = 77+173+220=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADDC is #B25223. Grayscale: #959595. Windows color (decimal): -11686436 or 14462285. OLE color: 14462285.
HSL color Cylindrical-coordinate representation of color #4DADDC: hue angle of 199.72º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DADDC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 173 | 220 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.14 |
| HSL | 199.72º | 0.67% | 0.58% | - |
| HSV(B) | 199.72º | 0.65% | 0.86% | - |
| XYZ | 30.92 | 36.63 | 73.15 | - |
| YUV | 149.65 | 167.7 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 220 | 0.65 | 0.21 | 0 | 0.14 | 199.72 | 0.67 | 0.58 |
| Hex | 4D | AD | DC | 41 | 15 | 0 | E | C8 | 43 | 3A |
| Octal | 115 | 255 | 334 | 101 | 25 | 0 | 16 | 310 | 103 | 72 |
| Binary | 1001101 | 10101101 | 11011100 | 1000001 | 10101 | 0 | 1110 | 11001000 | 1000011 | 111010 |
Color Harmonies of #4DADDC
Complementary color
Monochromatic Colors of #4DADDC
Black with #4DADDC
Text Example
Text Example
White with #4DADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADDC; }
p { color: rgb(77,173,220); }
H1.HeaderClassName
{
color: #4DADDC;
}
.AnyTagClassName
{
color: #4DADDC;
}
</style>
background-color css
<style>
a { background-color: #4DADDC; }
a { background-color: rgb(77,173,220); }
div.DivClassName
{
background-color: #4DADDC;
}
.BgClassName
{
background-color: #4DADDC;
}
</style>
border-color css
<style>
span { border-color: #4DADDC; }
span { border-color: rgb(77,173,220); }
td.TdClassName
{
border-color: #4DADDC;
}
.TagClassName
{
border-color: #4DADDC;
}
</style>