Shades of Summer Sky #4DAADF
Tints of Summer Sky #4DAADF
RGB
CMYK
RGB Variations
Color information
#4DAADF (or 0x4DAADF) is known color: Summer Sky. HEX triplet: 4D, AA and DF. RGB value is (77,170,223). Sum of RGB (Red+Green+Blue) = 77+170+223=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #4DAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAADF is #B25520. Grayscale: #939393. Windows color (decimal): -11687201 or 14658125. OLE color: 14658125.
HSL color Cylindrical-coordinate representation of color #4DAADF: hue angle of 201.78º 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 #4DAADF is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 170 | 223 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.13 |
| HSL | 201.78º | 0.7% | 0.59% | - |
| HSV(B) | 201.78º | 0.65% | 0.87% | - |
| XYZ | 30.75 | 35.65 | 75.07 | - |
| YUV | 148.24 | 170.19 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 223 | 0.65 | 0.24 | 0 | 0.13 | 201.78 | 0.7 | 0.59 |
| Hex | 4D | AA | DF | 41 | 18 | 0 | D | CA | 46 | 3B |
| Octal | 115 | 252 | 337 | 101 | 30 | 0 | 15 | 312 | 106 | 73 |
| Binary | 1001101 | 10101010 | 11011111 | 1000001 | 11000 | 0 | 1101 | 11001010 | 1000110 | 111011 |
Color Harmonies of #4DAADF
Complementary color
Monochromatic Colors of #4DAADF
Black with #4DAADF
Text Example
Text Example
White with #4DAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAADF; }
p { color: rgb(77,170,223); }
H1.HeaderClassName
{
color: #4DAADF;
}
.AnyTagClassName
{
color: #4DAADF;
}
</style>
background-color css
<style>
a { background-color: #4DAADF; }
a { background-color: rgb(77,170,223); }
div.DivClassName
{
background-color: #4DAADF;
}
.BgClassName
{
background-color: #4DAADF;
}
</style>
border-color css
<style>
span { border-color: #4DAADF; }
span { border-color: rgb(77,170,223); }
td.TdClassName
{
border-color: #4DAADF;
}
.TagClassName
{
border-color: #4DAADF;
}
</style>