Shades of Summer Sky #4DB0DD
Tints of Summer Sky #4DB0DD
RGB
CMYK
RGB Variations
Color information
#4DB0DD (or 0x4DB0DD) is known color: Summer Sky. HEX triplet: 4D, B0 and DD. RGB value is (77,176,221). Sum of RGB (Red+Green+Blue) = 77+176+221=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0DD is #B24F22. Grayscale: #979797. Windows color (decimal): -11685667 or 14528589. OLE color: 14528589.
HSL color Cylindrical-coordinate representation of color #4DB0DD: hue angle of 198.75º 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 #4DB0DD is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 176 | 221 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.13 |
| HSL | 198.75º | 0.68% | 0.58% | - |
| HSV(B) | 198.75º | 0.65% | 0.87% | - |
| XYZ | 31.64 | 37.85 | 74.04 | - |
| YUV | 151.53 | 167.2 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 221 | 0.65 | 0.20 | 0 | 0.13 | 198.75 | 0.68 | 0.58 |
| Hex | 4D | B0 | DD | 41 | 14 | 0 | D | C7 | 44 | 3A |
| Octal | 115 | 260 | 335 | 101 | 24 | 0 | 15 | 307 | 104 | 72 |
| Binary | 1001101 | 10110000 | 11011101 | 1000001 | 10100 | 0 | 1101 | 11000111 | 1000100 | 111010 |
Color Harmonies of #4DB0DD
Complementary color
Monochromatic Colors of #4DB0DD
Black with #4DB0DD
Text Example
Text Example
White with #4DB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0DD; }
p { color: rgb(77,176,221); }
H1.HeaderClassName
{
color: #4DB0DD;
}
.AnyTagClassName
{
color: #4DB0DD;
}
</style>
background-color css
<style>
a { background-color: #4DB0DD; }
a { background-color: rgb(77,176,221); }
div.DivClassName
{
background-color: #4DB0DD;
}
.BgClassName
{
background-color: #4DB0DD;
}
</style>
border-color css
<style>
span { border-color: #4DB0DD; }
span { border-color: rgb(77,176,221); }
td.TdClassName
{
border-color: #4DB0DD;
}
.TagClassName
{
border-color: #4DB0DD;
}
</style>