Shades of Summer Sky #4DACDD
Tints of Summer Sky #4DACDD
RGB
CMYK
RGB Variations
Color information
#4DACDD (or 0x4DACDD) is known color: Summer Sky. HEX triplet: 4D, AC and DD. RGB value is (77,172,221). Sum of RGB (Red+Green+Blue) = 77+172+221=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACDD is #B25322. Grayscale: #949494. Windows color (decimal): -11686691 or 14527565. OLE color: 14527565.
HSL color Cylindrical-coordinate representation of color #4DACDD: hue angle of 200.42º 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 #4DACDD is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 172 | 221 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.13 |
| HSL | 200.42º | 0.68% | 0.58% | - |
| HSV(B) | 200.42º | 0.65% | 0.87% | - |
| XYZ | 30.86 | 36.3 | 73.79 | - |
| YUV | 149.18 | 168.53 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 221 | 0.65 | 0.22 | 0 | 0.13 | 200.42 | 0.68 | 0.58 |
| Hex | 4D | AC | DD | 41 | 16 | 0 | D | C8 | 44 | 3A |
| Octal | 115 | 254 | 335 | 101 | 26 | 0 | 15 | 310 | 104 | 72 |
| Binary | 1001101 | 10101100 | 11011101 | 1000001 | 10110 | 0 | 1101 | 11001000 | 1000100 | 111010 |
Color Harmonies of #4DACDD
Complementary color
Monochromatic Colors of #4DACDD
Black with #4DACDD
Text Example
Text Example
White with #4DACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACDD; }
p { color: rgb(77,172,221); }
H1.HeaderClassName
{
color: #4DACDD;
}
.AnyTagClassName
{
color: #4DACDD;
}
</style>
background-color css
<style>
a { background-color: #4DACDD; }
a { background-color: rgb(77,172,221); }
div.DivClassName
{
background-color: #4DACDD;
}
.BgClassName
{
background-color: #4DACDD;
}
</style>
border-color css
<style>
span { border-color: #4DACDD; }
span { border-color: rgb(77,172,221); }
td.TdClassName
{
border-color: #4DACDD;
}
.TagClassName
{
border-color: #4DACDD;
}
</style>