Shades of Summer Sky #2FAEF2
Tints of Summer Sky #2FAEF2
RGB
CMYK
RGB Variations
Color information
#2FAEF2 (or 0x2FAEF2) is known color: Summer Sky. HEX triplet: 2F, AE and F2. RGB value is (47,174,242). Sum of RGB (Red+Green+Blue) = 47+174+242=463 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.15% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #2FAEF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAEF2 is #D0510D. Grayscale: #8F8F8F. Windows color (decimal): -13652238 or 15904303. OLE color: 15904303.
HSL color Cylindrical-coordinate representation of color #2FAEF2: hue angle of 200.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FAEF2 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 174 | 242 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.05 |
| HSL | 200.92º | 0.88% | 0.57% | - |
| HSV(B) | 200.92º | 0.81% | 0.95% | - |
| XYZ | 32.34 | 37.29 | 89.5 | - |
| YUV | 143.78 | 183.42 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 242 | 0.81 | 0.28 | 0 | 0.05 | 200.92 | 0.88 | 0.57 |
| Hex | 2F | AE | F2 | 51 | 1C | 0 | 5 | C9 | 58 | 39 |
| Octal | 57 | 256 | 362 | 121 | 34 | 0 | 5 | 311 | 130 | 71 |
| Binary | 101111 | 10101110 | 11110010 | 1010001 | 11100 | 0 | 101 | 11001001 | 1011000 | 111001 |
Color Harmonies of #2FAEF2
Complementary color
Monochromatic Colors of #2FAEF2
Black with #2FAEF2
Text Example
Text Example
White with #2FAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEF2; }
p { color: rgb(47,174,242); }
H1.HeaderClassName
{
color: #2FAEF2;
}
.AnyTagClassName
{
color: #2FAEF2;
}
</style>
background-color css
<style>
a { background-color: #2FAEF2; }
a { background-color: rgb(47,174,242); }
div.DivClassName
{
background-color: #2FAEF2;
}
.BgClassName
{
background-color: #2FAEF2;
}
</style>
border-color css
<style>
span { border-color: #2FAEF2; }
span { border-color: rgb(47,174,242); }
td.TdClassName
{
border-color: #2FAEF2;
}
.TagClassName
{
border-color: #2FAEF2;
}
</style>