Shades of Summer Sky #4DBDDE
Tints of Summer Sky #4DBDDE
RGB
CMYK
RGB Variations
Color information
#4DBDDE (or 0x4DBDDE) is known color: Summer Sky. HEX triplet: 4D, BD and DE. RGB value is (77,189,222). Sum of RGB (Red+Green+Blue) = 77+189+222=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DBDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDDE is #B24221. Grayscale: #9F9F9F. Windows color (decimal): -11682338 or 14597453. OLE color: 14597453.
HSL color Cylindrical-coordinate representation of color #4DBDDE: hue angle of 193.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DBDDE is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 189 | 222 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.13 |
| HSL | 193.66º | 0.69% | 0.59% | - |
| HSV(B) | 193.66º | 0.65% | 0.87% | - |
| XYZ | 34.44 | 43.25 | 75.64 | - |
| YUV | 159.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 222 | 0.65 | 0.15 | 0 | 0.13 | 193.66 | 0.69 | 0.59 |
| Hex | 4D | BD | DE | 41 | F | 0 | D | C2 | 45 | 3B |
| Octal | 115 | 275 | 336 | 101 | 17 | 0 | 15 | 302 | 105 | 73 |
| Binary | 1001101 | 10111101 | 11011110 | 1000001 | 1111 | 0 | 1101 | 11000010 | 1000101 | 111011 |
Color Harmonies of #4DBDDE
Complementary color
Monochromatic Colors of #4DBDDE
Black with #4DBDDE
Text Example
Text Example
White with #4DBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDDE; }
p { color: rgb(77,189,222); }
H1.HeaderClassName
{
color: #4DBDDE;
}
.AnyTagClassName
{
color: #4DBDDE;
}
</style>
background-color css
<style>
a { background-color: #4DBDDE; }
a { background-color: rgb(77,189,222); }
div.DivClassName
{
background-color: #4DBDDE;
}
.BgClassName
{
background-color: #4DBDDE;
}
</style>
border-color css
<style>
span { border-color: #4DBDDE; }
span { border-color: rgb(77,189,222); }
td.TdClassName
{
border-color: #4DBDDE;
}
.TagClassName
{
border-color: #4DBDDE;
}
</style>