Shades of Summer Sky #2FAAE5
Tints of Summer Sky #2FAAE5
RGB
CMYK
RGB Variations
Color information
#2FAAE5 (or 0x2FAAE5) is known color: Summer Sky. HEX triplet: 2F, AA and E5. RGB value is (47,170,229). Sum of RGB (Red+Green+Blue) = 47+170+229=446 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.54% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #2FAAE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAAE5 is #D0551A. Grayscale: #8B8B8B. Windows color (decimal): -13653275 or 15051311. OLE color: 15051311.
HSL color Cylindrical-coordinate representation of color #2FAAE5: hue angle of 199.45º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FAAE5 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 170 | 229 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.10 |
| HSL | 199.45º | 0.78% | 0.54% | - |
| HSV(B) | 199.45º | 0.79% | 0.9% | - |
| XYZ | 29.69 | 35.01 | 79.32 | - |
| YUV | 139.95 | 178.25 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 229 | 0.79 | 0.26 | 0 | 0.10 | 199.45 | 0.78 | 0.54 |
| Hex | 2F | AA | E5 | 4F | 1A | 0 | A | C7 | 4E | 36 |
| Octal | 57 | 252 | 345 | 117 | 32 | 0 | 12 | 307 | 116 | 66 |
| Binary | 101111 | 10101010 | 11100101 | 1001111 | 11010 | 0 | 1010 | 11000111 | 1001110 | 110110 |
Color Harmonies of #2FAAE5
Complementary color
Monochromatic Colors of #2FAAE5
Black with #2FAAE5
Text Example
Text Example
White with #2FAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAE5; }
p { color: rgb(47,170,229); }
H1.HeaderClassName
{
color: #2FAAE5;
}
.AnyTagClassName
{
color: #2FAAE5;
}
</style>
background-color css
<style>
a { background-color: #2FAAE5; }
a { background-color: rgb(47,170,229); }
div.DivClassName
{
background-color: #2FAAE5;
}
.BgClassName
{
background-color: #2FAAE5;
}
</style>
border-color css
<style>
span { border-color: #2FAAE5; }
span { border-color: rgb(47,170,229); }
td.TdClassName
{
border-color: #2FAAE5;
}
.TagClassName
{
border-color: #2FAAE5;
}
</style>