Shades of Summer Sky #4DAFF1
Tints of Summer Sky #4DAFF1
RGB
CMYK
RGB Variations
Color information
#4DAFF1 (or 0x4DAFF1) is known color: Summer Sky. HEX triplet: 4D, AF and F1. RGB value is (77,175,241). Sum of RGB (Red+Green+Blue) = 77+175+241=493 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.62% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #4DAFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAFF1 is #B2500E. Grayscale: #989898. Windows color (decimal): -11685903 or 15839053. OLE color: 15839053.
HSL color Cylindrical-coordinate representation of color #4DAFF1: hue angle of 204.15º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DAFF1 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 175 | 241 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.05 |
| HSL | 204.15º | 0.85% | 0.62% | - |
| HSV(B) | 204.15º | 0.68% | 0.95% | - |
| XYZ | 34.27 | 38.59 | 88.86 | - |
| YUV | 153.22 | 177.53 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 241 | 0.68 | 0.27 | 0 | 0.05 | 204.15 | 0.85 | 0.62 |
| Hex | 4D | AF | F1 | 44 | 1B | 0 | 5 | CC | 55 | 3E |
| Octal | 115 | 257 | 361 | 104 | 33 | 0 | 5 | 314 | 125 | 76 |
| Binary | 1001101 | 10101111 | 11110001 | 1000100 | 11011 | 0 | 101 | 11001100 | 1010101 | 111110 |
Color Harmonies of #4DAFF1
Complementary color
Monochromatic Colors of #4DAFF1
Black with #4DAFF1
Text Example
Text Example
White with #4DAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFF1; }
p { color: rgb(77,175,241); }
H1.HeaderClassName
{
color: #4DAFF1;
}
.AnyTagClassName
{
color: #4DAFF1;
}
</style>
background-color css
<style>
a { background-color: #4DAFF1; }
a { background-color: rgb(77,175,241); }
div.DivClassName
{
background-color: #4DAFF1;
}
.BgClassName
{
background-color: #4DAFF1;
}
</style>
border-color css
<style>
span { border-color: #4DAFF1; }
span { border-color: rgb(77,175,241); }
td.TdClassName
{
border-color: #4DAFF1;
}
.TagClassName
{
border-color: #4DAFF1;
}
</style>