Shades of Summer Sky #4FAFE0
Tints of Summer Sky #4FAFE0
RGB
CMYK
RGB Variations
Color information
#4FAFE0 (or 0x4FAFE0) is known color: Summer Sky. HEX triplet: 4F, AF and E0. RGB value is (79,175,224). Sum of RGB (Red+Green+Blue) = 79+175+224=478 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.53% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #4FAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFE0 is #B0501F. Grayscale: #979797. Windows color (decimal): -11554848 or 14724943. OLE color: 14724943.
HSL color Cylindrical-coordinate representation of color #4FAFE0: hue angle of 200.28º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FAFE0 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 175 | 224 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.12 |
| HSL | 200.28º | 0.7% | 0.59% | - |
| HSV(B) | 200.28º | 0.65% | 0.88% | - |
| XYZ | 32.01 | 37.7 | 76.11 | - |
| YUV | 151.88 | 168.7 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 224 | 0.65 | 0.22 | 0 | 0.12 | 200.28 | 0.7 | 0.59 |
| Hex | 4F | AF | E0 | 41 | 16 | 0 | C | C8 | 46 | 3B |
| Octal | 117 | 257 | 340 | 101 | 26 | 0 | 14 | 310 | 106 | 73 |
| Binary | 1001111 | 10101111 | 11100000 | 1000001 | 10110 | 0 | 1100 | 11001000 | 1000110 | 111011 |
Color Harmonies of #4FAFE0
Complementary color
Monochromatic Colors of #4FAFE0
Black with #4FAFE0
Text Example
Text Example
White with #4FAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFE0; }
p { color: rgb(79,175,224); }
H1.HeaderClassName
{
color: #4FAFE0;
}
.AnyTagClassName
{
color: #4FAFE0;
}
</style>
background-color css
<style>
a { background-color: #4FAFE0; }
a { background-color: rgb(79,175,224); }
div.DivClassName
{
background-color: #4FAFE0;
}
.BgClassName
{
background-color: #4FAFE0;
}
</style>
border-color css
<style>
span { border-color: #4FAFE0; }
span { border-color: rgb(79,175,224); }
td.TdClassName
{
border-color: #4FAFE0;
}
.TagClassName
{
border-color: #4FAFE0;
}
</style>