Shades of Summer Sky #2FAECE
Tints of Summer Sky #2FAECE
RGB
CMYK
RGB Variations
Color information
#2FAECE (or 0x2FAECE) is known color: Summer Sky. HEX triplet: 2F, AE and CE. RGB value is (47,174,206). Sum of RGB (Red+Green+Blue) = 47+174+206=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FAECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAECE is #D05131. Grayscale: #8B8B8B. Windows color (decimal): -13652274 or 13545007. OLE color: 13545007.
HSL color Cylindrical-coordinate representation of color #2FAECE: hue angle of 192.08º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAECE is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 174 | 206 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.19 |
| HSL | 192.08º | 0.63% | 0.5% | - |
| HSV(B) | 192.08º | 0.77% | 0.81% | - |
| XYZ | 27.45 | 35.33 | 63.77 | - |
| YUV | 139.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 206 | 0.77 | 0.16 | 0 | 0.19 | 192.08 | 0.63 | 0.5 |
| Hex | 2F | AE | CE | 4D | 10 | 0 | 13 | C0 | 3F | 32 |
| Octal | 57 | 256 | 316 | 115 | 20 | 0 | 23 | 300 | 77 | 62 |
| Binary | 101111 | 10101110 | 11001110 | 1001101 | 10000 | 0 | 10011 | 11000000 | 111111 | 110010 |
Color Harmonies of #2FAECE
Complementary color
Monochromatic Colors of #2FAECE
Black with #2FAECE
Text Example
Text Example
White with #2FAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAECE; }
p { color: rgb(47,174,206); }
H1.HeaderClassName
{
color: #2FAECE;
}
.AnyTagClassName
{
color: #2FAECE;
}
</style>
background-color css
<style>
a { background-color: #2FAECE; }
a { background-color: rgb(47,174,206); }
div.DivClassName
{
background-color: #2FAECE;
}
.BgClassName
{
background-color: #2FAECE;
}
</style>
border-color css
<style>
span { border-color: #2FAECE; }
span { border-color: rgb(47,174,206); }
td.TdClassName
{
border-color: #2FAECE;
}
.TagClassName
{
border-color: #2FAECE;
}
</style>