Shades of Summer Sky #2FAEC7
Tints of Summer Sky #2FAEC7
RGB
CMYK
RGB Variations
Color information
#2FAEC7 (or 0x2FAEC7) is known color: Summer Sky. HEX triplet: 2F, AE and C7. RGB value is (47,174,199). Sum of RGB (Red+Green+Blue) = 47+174+199=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #2FAEC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEC7 is #D05138. Grayscale: #8A8A8A. Windows color (decimal): -13652281 or 13086255. OLE color: 13086255.
HSL color Cylindrical-coordinate representation of color #2FAEC7: hue angle of 189.87º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FAEC7 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 174 | 199 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.22 |
| HSL | 189.87º | 0.62% | 0.48% | - |
| HSV(B) | 189.87º | 0.76% | 0.78% | - |
| XYZ | 26.62 | 35 | 59.39 | - |
| YUV | 138.88 | 161.92 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 199 | 0.76 | 0.13 | 0 | 0.22 | 189.87 | 0.62 | 0.48 |
| Hex | 2F | AE | C7 | 4C | D | 0 | 16 | BE | 3E | 30 |
| Octal | 57 | 256 | 307 | 114 | 15 | 0 | 26 | 276 | 76 | 60 |
| Binary | 101111 | 10101110 | 11000111 | 1001100 | 1101 | 0 | 10110 | 10111110 | 111110 | 110000 |
Color Harmonies of #2FAEC7
Complementary color
Monochromatic Colors of #2FAEC7
Black with #2FAEC7
Text Example
Text Example
White with #2FAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEC7; }
p { color: rgb(47,174,199); }
H1.HeaderClassName
{
color: #2FAEC7;
}
.AnyTagClassName
{
color: #2FAEC7;
}
</style>
background-color css
<style>
a { background-color: #2FAEC7; }
a { background-color: rgb(47,174,199); }
div.DivClassName
{
background-color: #2FAEC7;
}
.BgClassName
{
background-color: #2FAEC7;
}
</style>
border-color css
<style>
span { border-color: #2FAEC7; }
span { border-color: rgb(47,174,199); }
td.TdClassName
{
border-color: #2FAEC7;
}
.TagClassName
{
border-color: #2FAEC7;
}
</style>