Shades of Summer Sky #4DB6DD
Tints of Summer Sky #4DB6DD
RGB
CMYK
RGB Variations
Color information
#4DB6DD (or 0x4DB6DD) is known color: Summer Sky. HEX triplet: 4D, B6 and DD. RGB value is (77,182,221). Sum of RGB (Red+Green+Blue) = 77+182+221=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DB6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6DD is #B24922. Grayscale: #9A9A9A. Windows color (decimal): -11684131 or 14530125. OLE color: 14530125.
HSL color Cylindrical-coordinate representation of color #4DB6DD: hue angle of 196.25º 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 #4DB6DD is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 182 | 221 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.13 |
| HSL | 196.25º | 0.68% | 0.58% | - |
| HSV(B) | 196.25º | 0.65% | 0.87% | - |
| XYZ | 32.84 | 40.25 | 74.45 | - |
| YUV | 155.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 221 | 0.65 | 0.18 | 0 | 0.13 | 196.25 | 0.68 | 0.58 |
| Hex | 4D | B6 | DD | 41 | 12 | 0 | D | C4 | 44 | 3A |
| Octal | 115 | 266 | 335 | 101 | 22 | 0 | 15 | 304 | 104 | 72 |
| Binary | 1001101 | 10110110 | 11011101 | 1000001 | 10010 | 0 | 1101 | 11000100 | 1000100 | 111010 |
Color Harmonies of #4DB6DD
Complementary color
Monochromatic Colors of #4DB6DD
Black with #4DB6DD
Text Example
Text Example
White with #4DB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB6DD; }
p { color: rgb(77,182,221); }
H1.HeaderClassName
{
color: #4DB6DD;
}
.AnyTagClassName
{
color: #4DB6DD;
}
</style>
background-color css
<style>
a { background-color: #4DB6DD; }
a { background-color: rgb(77,182,221); }
div.DivClassName
{
background-color: #4DB6DD;
}
.BgClassName
{
background-color: #4DB6DD;
}
</style>
border-color css
<style>
span { border-color: #4DB6DD; }
span { border-color: rgb(77,182,221); }
td.TdClassName
{
border-color: #4DB6DD;
}
.TagClassName
{
border-color: #4DB6DD;
}
</style>