Shades of Summer Sky #4DBADF
Tints of Summer Sky #4DBADF
RGB
CMYK
RGB Variations
Color information
#4DBADF (or 0x4DBADF) is known color: Summer Sky. HEX triplet: 4D, BA and DF. RGB value is (77,186,223). Sum of RGB (Red+Green+Blue) = 77+186+223=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #4DBADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBADF is #B24520. Grayscale: #9D9D9D. Windows color (decimal): -11683105 or 14662221. OLE color: 14662221.
HSL color Cylindrical-coordinate representation of color #4DBADF: hue angle of 195.21º 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 #4DBADF is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 186 | 223 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.13 |
| HSL | 195.21º | 0.7% | 0.59% | - |
| HSV(B) | 195.21º | 0.65% | 0.87% | - |
| XYZ | 33.94 | 42.02 | 76.13 | - |
| YUV | 157.63 | 164.89 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 223 | 0.65 | 0.17 | 0 | 0.13 | 195.21 | 0.7 | 0.59 |
| Hex | 4D | BA | DF | 41 | 11 | 0 | D | C3 | 46 | 3B |
| Octal | 115 | 272 | 337 | 101 | 21 | 0 | 15 | 303 | 106 | 73 |
| Binary | 1001101 | 10111010 | 11011111 | 1000001 | 10001 | 0 | 1101 | 11000011 | 1000110 | 111011 |
Color Harmonies of #4DBADF
Complementary color
Monochromatic Colors of #4DBADF
Black with #4DBADF
Text Example
Text Example
White with #4DBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBADF; }
p { color: rgb(77,186,223); }
H1.HeaderClassName
{
color: #4DBADF;
}
.AnyTagClassName
{
color: #4DBADF;
}
</style>
background-color css
<style>
a { background-color: #4DBADF; }
a { background-color: rgb(77,186,223); }
div.DivClassName
{
background-color: #4DBADF;
}
.BgClassName
{
background-color: #4DBADF;
}
</style>
border-color css
<style>
span { border-color: #4DBADF; }
span { border-color: rgb(77,186,223); }
td.TdClassName
{
border-color: #4DBADF;
}
.TagClassName
{
border-color: #4DBADF;
}
</style>