Shades of Summer Sky #2FAEEB
Tints of Summer Sky #2FAEEB
RGB
CMYK
RGB Variations
Color information
#2FAEEB (or 0x2FAEEB) is known color: Summer Sky. HEX triplet: 2F, AE and EB. RGB value is (47,174,235). Sum of RGB (Red+Green+Blue) = 47+174+235=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FAEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAEEB is #D05114. Grayscale: #8E8E8E. Windows color (decimal): -13652245 or 15445551. OLE color: 15445551.
HSL color Cylindrical-coordinate representation of color #2FAEEB: hue angle of 199.47º 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 #2FAEEB is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 174 | 235 | - |
| CMYK | 0.8 | 0.26 | 0 | 0.08 |
| HSL | 199.47º | 0.82% | 0.55% | - |
| HSV(B) | 199.47º | 0.8% | 0.92% | - |
| XYZ | 31.3 | 36.87 | 84.06 | - |
| YUV | 142.98 | 179.92 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 235 | 0.8 | 0.26 | 0 | 0.08 | 199.47 | 0.82 | 0.55 |
| Hex | 2F | AE | EB | 50 | 1A | 0 | 8 | C7 | 52 | 37 |
| Octal | 57 | 256 | 353 | 120 | 32 | 0 | 10 | 307 | 122 | 67 |
| Binary | 101111 | 10101110 | 11101011 | 1010000 | 11010 | 0 | 1000 | 11000111 | 1010010 | 110111 |
Color Harmonies of #2FAEEB
Complementary color
Monochromatic Colors of #2FAEEB
Black with #2FAEEB
Text Example
Text Example
White with #2FAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEEB; }
p { color: rgb(47,174,235); }
H1.HeaderClassName
{
color: #2FAEEB;
}
.AnyTagClassName
{
color: #2FAEEB;
}
</style>
background-color css
<style>
a { background-color: #2FAEEB; }
a { background-color: rgb(47,174,235); }
div.DivClassName
{
background-color: #2FAEEB;
}
.BgClassName
{
background-color: #2FAEEB;
}
</style>
border-color css
<style>
span { border-color: #2FAEEB; }
span { border-color: rgb(47,174,235); }
td.TdClassName
{
border-color: #2FAEEB;
}
.TagClassName
{
border-color: #2FAEEB;
}
</style>