Shades of Summer Sky #4DB5DD
Tints of Summer Sky #4DB5DD
RGB
CMYK
RGB Variations
Color information
#4DB5DD (or 0x4DB5DD) is known color: Summer Sky. HEX triplet: 4D, B5 and DD. RGB value is (77,181,221). Sum of RGB (Red+Green+Blue) = 77+181+221=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DB5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB5DD is #B24A22. Grayscale: #9A9A9A. Windows color (decimal): -11684387 or 14529869. OLE color: 14529869.
HSL color Cylindrical-coordinate representation of color #4DB5DD: hue angle of 196.67º 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 #4DB5DD is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 181 | 221 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.13 |
| HSL | 196.67º | 0.68% | 0.58% | - |
| HSV(B) | 196.67º | 0.65% | 0.87% | - |
| XYZ | 32.64 | 39.85 | 74.38 | - |
| YUV | 154.46 | 165.54 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 221 | 0.65 | 0.18 | 0 | 0.13 | 196.67 | 0.68 | 0.58 |
| Hex | 4D | B5 | DD | 41 | 12 | 0 | D | C5 | 44 | 3A |
| Octal | 115 | 265 | 335 | 101 | 22 | 0 | 15 | 305 | 104 | 72 |
| Binary | 1001101 | 10110101 | 11011101 | 1000001 | 10010 | 0 | 1101 | 11000101 | 1000100 | 111010 |
Color Harmonies of #4DB5DD
Complementary color
Monochromatic Colors of #4DB5DD
Black with #4DB5DD
Text Example
Text Example
White with #4DB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5DD; }
p { color: rgb(77,181,221); }
H1.HeaderClassName
{
color: #4DB5DD;
}
.AnyTagClassName
{
color: #4DB5DD;
}
</style>
background-color css
<style>
a { background-color: #4DB5DD; }
a { background-color: rgb(77,181,221); }
div.DivClassName
{
background-color: #4DB5DD;
}
.BgClassName
{
background-color: #4DB5DD;
}
</style>
border-color css
<style>
span { border-color: #4DB5DD; }
span { border-color: rgb(77,181,221); }
td.TdClassName
{
border-color: #4DB5DD;
}
.TagClassName
{
border-color: #4DB5DD;
}
</style>