Shades of Summer Sky #4FAFE1
Tints of Summer Sky #4FAFE1
RGB
CMYK
RGB Variations
Color information
#4FAFE1 (or 0x4FAFE1) is known color: Summer Sky. HEX triplet: 4F, AF and E1. RGB value is (79,175,225). Sum of RGB (Red+Green+Blue) = 79+175+225=479 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.49% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #4FAFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFE1 is #B0501E. Grayscale: #979797. Windows color (decimal): -11554847 or 14790479. OLE color: 14790479.
HSL color Cylindrical-coordinate representation of color #4FAFE1: hue angle of 200.55º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FAFE1 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 175 | 225 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.12 |
| HSL | 200.55º | 0.71% | 0.6% | - |
| HSV(B) | 200.55º | 0.65% | 0.88% | - |
| XYZ | 32.15 | 37.76 | 76.83 | - |
| YUV | 152 | 169.2 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 225 | 0.65 | 0.22 | 0 | 0.12 | 200.55 | 0.71 | 0.6 |
| Hex | 4F | AF | E1 | 41 | 16 | 0 | C | C9 | 47 | 3C |
| Octal | 117 | 257 | 341 | 101 | 26 | 0 | 14 | 311 | 107 | 74 |
| Binary | 1001111 | 10101111 | 11100001 | 1000001 | 10110 | 0 | 1100 | 11001001 | 1000111 | 111100 |
Color Harmonies of #4FAFE1
Complementary color
Monochromatic Colors of #4FAFE1
Black with #4FAFE1
Text Example
Text Example
White with #4FAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFE1; }
p { color: rgb(79,175,225); }
H1.HeaderClassName
{
color: #4FAFE1;
}
.AnyTagClassName
{
color: #4FAFE1;
}
</style>
background-color css
<style>
a { background-color: #4FAFE1; }
a { background-color: rgb(79,175,225); }
div.DivClassName
{
background-color: #4FAFE1;
}
.BgClassName
{
background-color: #4FAFE1;
}
</style>
border-color css
<style>
span { border-color: #4FAFE1; }
span { border-color: rgb(79,175,225); }
td.TdClassName
{
border-color: #4FAFE1;
}
.TagClassName
{
border-color: #4FAFE1;
}
</style>