Shades of Summer Sky #4DBDE0
Tints of Summer Sky #4DBDE0
RGB
CMYK
RGB Variations
Color information
#4DBDE0 (or 0x4DBDE0) is known color: Summer Sky. HEX triplet: 4D, BD and E0. RGB value is (77,189,224). Sum of RGB (Red+Green+Blue) = 77+189+224=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #4DBDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDE0 is #B2421F. Grayscale: #9F9F9F. Windows color (decimal): -11682336 or 14728525. OLE color: 14728525.
HSL color Cylindrical-coordinate representation of color #4DBDE0: hue angle of 194.29º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DBDE0 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 189 | 224 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.12 |
| HSL | 194.29º | 0.7% | 0.59% | - |
| HSV(B) | 194.29º | 0.66% | 0.88% | - |
| XYZ | 34.71 | 43.35 | 77.06 | - |
| YUV | 159.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 224 | 0.66 | 0.16 | 0 | 0.12 | 194.29 | 0.7 | 0.59 |
| Hex | 4D | BD | E0 | 42 | 10 | 0 | C | C2 | 46 | 3B |
| Octal | 115 | 275 | 340 | 102 | 20 | 0 | 14 | 302 | 106 | 73 |
| Binary | 1001101 | 10111101 | 11100000 | 1000010 | 10000 | 0 | 1100 | 11000010 | 1000110 | 111011 |
Color Harmonies of #4DBDE0
Complementary color
Monochromatic Colors of #4DBDE0
Black with #4DBDE0
Text Example
Text Example
White with #4DBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDE0; }
p { color: rgb(77,189,224); }
H1.HeaderClassName
{
color: #4DBDE0;
}
.AnyTagClassName
{
color: #4DBDE0;
}
</style>
background-color css
<style>
a { background-color: #4DBDE0; }
a { background-color: rgb(77,189,224); }
div.DivClassName
{
background-color: #4DBDE0;
}
.BgClassName
{
background-color: #4DBDE0;
}
</style>
border-color css
<style>
span { border-color: #4DBDE0; }
span { border-color: rgb(77,189,224); }
td.TdClassName
{
border-color: #4DBDE0;
}
.TagClassName
{
border-color: #4DBDE0;
}
</style>