Shades of Summer Sky #2FAAEB
Tints of Summer Sky #2FAAEB
RGB
CMYK
RGB Variations
Color information
#2FAAEB (or 0x2FAAEB) is known color: Summer Sky. HEX triplet: 2F, AA and EB. RGB value is (47,170,235). Sum of RGB (Red+Green+Blue) = 47+170+235=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FAAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAEB is #D05514. Grayscale: #8C8C8C. Windows color (decimal): -13653269 or 15444527. OLE color: 15444527.
HSL color Cylindrical-coordinate representation of color #2FAAEB: hue angle of 200.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAAEB is Cyan = 0.8, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 170 | 235 | - |
| CMYK | 0.8 | 0.28 | 0 | 0.08 |
| HSL | 200.74º | 0.82% | 0.55% | - |
| HSV(B) | 200.74º | 0.8% | 0.92% | - |
| XYZ | 30.54 | 35.35 | 83.81 | - |
| YUV | 140.63 | 181.25 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 235 | 0.8 | 0.28 | 0 | 0.08 | 200.74 | 0.82 | 0.55 |
| Hex | 2F | AA | EB | 50 | 1C | 0 | 8 | C9 | 52 | 37 |
| Octal | 57 | 252 | 353 | 120 | 34 | 0 | 10 | 311 | 122 | 67 |
| Binary | 101111 | 10101010 | 11101011 | 1010000 | 11100 | 0 | 1000 | 11001001 | 1010010 | 110111 |
Color Harmonies of #2FAAEB
Complementary color
Monochromatic Colors of #2FAAEB
Black with #2FAAEB
Text Example
Text Example
White with #2FAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAEB; }
p { color: rgb(47,170,235); }
H1.HeaderClassName
{
color: #2FAAEB;
}
.AnyTagClassName
{
color: #2FAAEB;
}
</style>
background-color css
<style>
a { background-color: #2FAAEB; }
a { background-color: rgb(47,170,235); }
div.DivClassName
{
background-color: #2FAAEB;
}
.BgClassName
{
background-color: #2FAAEB;
}
</style>
border-color css
<style>
span { border-color: #2FAAEB; }
span { border-color: rgb(47,170,235); }
td.TdClassName
{
border-color: #2FAAEB;
}
.TagClassName
{
border-color: #2FAAEB;
}
</style>