Shades of Summer Sky #4DAFDD
Tints of Summer Sky #4DAFDD
RGB
CMYK
RGB Variations
Color information
#4DAFDD (or 0x4DAFDD) is known color: Summer Sky. HEX triplet: 4D, AF and DD. RGB value is (77,175,221). Sum of RGB (Red+Green+Blue) = 77+175+221=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFDD is #B25022. Grayscale: #969696. Windows color (decimal): -11685923 or 14528333. OLE color: 14528333.
HSL color Cylindrical-coordinate representation of color #4DAFDD: hue angle of 199.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DAFDD is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 175 | 221 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.13 |
| HSL | 199.17º | 0.68% | 0.58% | - |
| HSV(B) | 199.17º | 0.65% | 0.87% | - |
| XYZ | 31.44 | 37.46 | 73.98 | - |
| YUV | 150.94 | 167.53 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 221 | 0.65 | 0.21 | 0 | 0.13 | 199.17 | 0.68 | 0.58 |
| Hex | 4D | AF | DD | 41 | 15 | 0 | D | C7 | 44 | 3A |
| Octal | 115 | 257 | 335 | 101 | 25 | 0 | 15 | 307 | 104 | 72 |
| Binary | 1001101 | 10101111 | 11011101 | 1000001 | 10101 | 0 | 1101 | 11000111 | 1000100 | 111010 |
Color Harmonies of #4DAFDD
Complementary color
Monochromatic Colors of #4DAFDD
Black with #4DAFDD
Text Example
Text Example
White with #4DAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFDD; }
p { color: rgb(77,175,221); }
H1.HeaderClassName
{
color: #4DAFDD;
}
.AnyTagClassName
{
color: #4DAFDD;
}
</style>
background-color css
<style>
a { background-color: #4DAFDD; }
a { background-color: rgb(77,175,221); }
div.DivClassName
{
background-color: #4DAFDD;
}
.BgClassName
{
background-color: #4DAFDD;
}
</style>
border-color css
<style>
span { border-color: #4DAFDD; }
span { border-color: rgb(77,175,221); }
td.TdClassName
{
border-color: #4DAFDD;
}
.TagClassName
{
border-color: #4DAFDD;
}
</style>