Shades of Summer Sky #4DB3DD
Tints of Summer Sky #4DB3DD
RGB
CMYK
RGB Variations
Color information
#4DB3DD (or 0x4DB3DD) is known color: Summer Sky. HEX triplet: 4D, B3 and DD. RGB value is (77,179,221). Sum of RGB (Red+Green+Blue) = 77+179+221=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DB3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB3DD is #B24C22. Grayscale: #999999. Windows color (decimal): -11684899 or 14529357. OLE color: 14529357.
HSL color Cylindrical-coordinate representation of color #4DB3DD: hue angle of 197.5º 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 #4DB3DD is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 179 | 221 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.13 |
| HSL | 197.5º | 0.68% | 0.58% | - |
| HSV(B) | 197.5º | 0.65% | 0.87% | - |
| XYZ | 32.23 | 39.04 | 74.24 | - |
| YUV | 153.29 | 166.21 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 221 | 0.65 | 0.19 | 0 | 0.13 | 197.5 | 0.68 | 0.58 |
| Hex | 4D | B3 | DD | 41 | 13 | 0 | D | C6 | 44 | 3A |
| Octal | 115 | 263 | 335 | 101 | 23 | 0 | 15 | 306 | 104 | 72 |
| Binary | 1001101 | 10110011 | 11011101 | 1000001 | 10011 | 0 | 1101 | 11000110 | 1000100 | 111010 |
Color Harmonies of #4DB3DD
Complementary color
Monochromatic Colors of #4DB3DD
Black with #4DB3DD
Text Example
Text Example
White with #4DB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB3DD; }
p { color: rgb(77,179,221); }
H1.HeaderClassName
{
color: #4DB3DD;
}
.AnyTagClassName
{
color: #4DB3DD;
}
</style>
background-color css
<style>
a { background-color: #4DB3DD; }
a { background-color: rgb(77,179,221); }
div.DivClassName
{
background-color: #4DB3DD;
}
.BgClassName
{
background-color: #4DB3DD;
}
</style>
border-color css
<style>
span { border-color: #4DB3DD; }
span { border-color: rgb(77,179,221); }
td.TdClassName
{
border-color: #4DB3DD;
}
.TagClassName
{
border-color: #4DB3DD;
}
</style>