Shades of Summer Sky #4DBDDF
Tints of Summer Sky #4DBDDF
RGB
CMYK
RGB Variations
Color information
#4DBDDF (or 0x4DBDDF) is known color: Summer Sky. HEX triplet: 4D, BD and DF. RGB value is (77,189,223). Sum of RGB (Red+Green+Blue) = 77+189+223=489 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.75% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #4DBDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDDF is #B24220. Grayscale: #9F9F9F. Windows color (decimal): -11682337 or 14662989. OLE color: 14662989.
HSL color Cylindrical-coordinate representation of color #4DBDDF: hue angle of 193.97º degrees, saturation: 0.7, 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 #4DBDDF is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 189 | 223 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.13 |
| HSL | 193.97º | 0.7% | 0.59% | - |
| HSV(B) | 193.97º | 0.65% | 0.87% | - |
| XYZ | 34.58 | 43.3 | 76.35 | - |
| YUV | 159.39 | 163.89 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 223 | 0.65 | 0.15 | 0 | 0.13 | 193.97 | 0.7 | 0.59 |
| Hex | 4D | BD | DF | 41 | F | 0 | D | C2 | 46 | 3B |
| Octal | 115 | 275 | 337 | 101 | 17 | 0 | 15 | 302 | 106 | 73 |
| Binary | 1001101 | 10111101 | 11011111 | 1000001 | 1111 | 0 | 1101 | 11000010 | 1000110 | 111011 |
Color Harmonies of #4DBDDF
Complementary color
Monochromatic Colors of #4DBDDF
Black with #4DBDDF
Text Example
Text Example
White with #4DBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDDF; }
p { color: rgb(77,189,223); }
H1.HeaderClassName
{
color: #4DBDDF;
}
.AnyTagClassName
{
color: #4DBDDF;
}
</style>
background-color css
<style>
a { background-color: #4DBDDF; }
a { background-color: rgb(77,189,223); }
div.DivClassName
{
background-color: #4DBDDF;
}
.BgClassName
{
background-color: #4DBDDF;
}
</style>
border-color css
<style>
span { border-color: #4DBDDF; }
span { border-color: rgb(77,189,223); }
td.TdClassName
{
border-color: #4DBDDF;
}
.TagClassName
{
border-color: #4DBDDF;
}
</style>