Shades of Summer Sky #2FAECD
Tints of Summer Sky #2FAECD
RGB
CMYK
RGB Variations
Color information
#2FAECD (or 0x2FAECD) is known color: Summer Sky. HEX triplet: 2F, AE and CD. RGB value is (47,174,205). Sum of RGB (Red+Green+Blue) = 47+174+205=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #2FAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAECD is #D05132. Grayscale: #8B8B8B. Windows color (decimal): -13652275 or 13479471. OLE color: 13479471.
HSL color Cylindrical-coordinate representation of color #2FAECD: hue angle of 191.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAECD is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 174 | 205 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.20 |
| HSL | 191.77º | 0.63% | 0.49% | - |
| HSV(B) | 191.77º | 0.77% | 0.8% | - |
| XYZ | 27.33 | 35.28 | 63.13 | - |
| YUV | 139.56 | 164.92 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 205 | 0.77 | 0.15 | 0 | 0.20 | 191.77 | 0.63 | 0.49 |
| Hex | 2F | AE | CD | 4D | F | 0 | 14 | C0 | 3F | 31 |
| Octal | 57 | 256 | 315 | 115 | 17 | 0 | 24 | 300 | 77 | 61 |
| Binary | 101111 | 10101110 | 11001101 | 1001101 | 1111 | 0 | 10100 | 11000000 | 111111 | 110001 |
Color Harmonies of #2FAECD
Complementary color
Monochromatic Colors of #2FAECD
Black with #2FAECD
Text Example
Text Example
White with #2FAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAECD; }
p { color: rgb(47,174,205); }
H1.HeaderClassName
{
color: #2FAECD;
}
.AnyTagClassName
{
color: #2FAECD;
}
</style>
background-color css
<style>
a { background-color: #2FAECD; }
a { background-color: rgb(47,174,205); }
div.DivClassName
{
background-color: #2FAECD;
}
.BgClassName
{
background-color: #2FAECD;
}
</style>
border-color css
<style>
span { border-color: #2FAECD; }
span { border-color: rgb(47,174,205); }
td.TdClassName
{
border-color: #2FAECD;
}
.TagClassName
{
border-color: #2FAECD;
}
</style>