Shades of Summer Sky #4DB4DC
Tints of Summer Sky #4DB4DC
RGB
CMYK
RGB Variations
Color information
#4DB4DC (or 0x4DB4DC) is known color: Summer Sky. HEX triplet: 4D, B4 and DC. RGB value is (77,180,220). Sum of RGB (Red+Green+Blue) = 77+180+220=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DB4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB4DC is #B24B23. Grayscale: #999999. Windows color (decimal): -11684644 or 14464077. OLE color: 14464077.
HSL color Cylindrical-coordinate representation of color #4DB4DC: hue angle of 196.78º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DB4DC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 180 | 220 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.14 |
| HSL | 196.78º | 0.67% | 0.58% | - |
| HSV(B) | 196.78º | 0.65% | 0.86% | - |
| XYZ | 32.3 | 39.39 | 73.61 | - |
| YUV | 153.76 | 165.38 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 220 | 0.65 | 0.18 | 0 | 0.14 | 196.78 | 0.67 | 0.58 |
| Hex | 4D | B4 | DC | 41 | 12 | 0 | E | C5 | 43 | 3A |
| Octal | 115 | 264 | 334 | 101 | 22 | 0 | 16 | 305 | 103 | 72 |
| Binary | 1001101 | 10110100 | 11011100 | 1000001 | 10010 | 0 | 1110 | 11000101 | 1000011 | 111010 |
Color Harmonies of #4DB4DC
Complementary color
Monochromatic Colors of #4DB4DC
Black with #4DB4DC
Text Example
Text Example
White with #4DB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB4DC; }
p { color: rgb(77,180,220); }
H1.HeaderClassName
{
color: #4DB4DC;
}
.AnyTagClassName
{
color: #4DB4DC;
}
</style>
background-color css
<style>
a { background-color: #4DB4DC; }
a { background-color: rgb(77,180,220); }
div.DivClassName
{
background-color: #4DB4DC;
}
.BgClassName
{
background-color: #4DB4DC;
}
</style>
border-color css
<style>
span { border-color: #4DB4DC; }
span { border-color: rgb(77,180,220); }
td.TdClassName
{
border-color: #4DB4DC;
}
.TagClassName
{
border-color: #4DB4DC;
}
</style>