Shades of Summer Sky #2FA0EE
Tints of Summer Sky #2FA0EE
RGB
CMYK
RGB Variations
Color information
#2FA0EE (or 0x2FA0EE) is known color: Summer Sky. HEX triplet: 2F, A0 and EE. RGB value is (47,160,238). Sum of RGB (Red+Green+Blue) = 47+160+238=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FA0EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA0EE is #D05F11. Grayscale: #868686. Windows color (decimal): -13655826 or 15638575. OLE color: 15638575.
HSL color Cylindrical-coordinate representation of color #2FA0EE: hue angle of 204.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FA0EE is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 160 | 238 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.07 |
| HSL | 204.5º | 0.85% | 0.56% | - |
| HSV(B) | 204.5º | 0.8% | 0.93% | - |
| XYZ | 29.18 | 31.92 | 85.51 | - |
| YUV | 135.11 | 186.06 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 238 | 0.80 | 0.33 | 0 | 0.07 | 204.5 | 0.85 | 0.56 |
| Hex | 2F | A0 | EE | 50 | 21 | 0 | 7 | CD | 55 | 38 |
| Octal | 57 | 240 | 356 | 120 | 41 | 0 | 7 | 315 | 125 | 70 |
| Binary | 101111 | 10100000 | 11101110 | 1010000 | 100001 | 0 | 111 | 11001101 | 1010101 | 111000 |
Color Harmonies of #2FA0EE
Complementary color
Monochromatic Colors of #2FA0EE
Black with #2FA0EE
Text Example
Text Example
White with #2FA0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA0EE; }
p { color: rgb(47,160,238); }
H1.HeaderClassName
{
color: #2FA0EE;
}
.AnyTagClassName
{
color: #2FA0EE;
}
</style>
background-color css
<style>
a { background-color: #2FA0EE; }
a { background-color: rgb(47,160,238); }
div.DivClassName
{
background-color: #2FA0EE;
}
.BgClassName
{
background-color: #2FA0EE;
}
</style>
border-color css
<style>
span { border-color: #2FA0EE; }
span { border-color: rgb(47,160,238); }
td.TdClassName
{
border-color: #2FA0EE;
}
.TagClassName
{
border-color: #2FA0EE;
}
</style>