Shades of Summer Sky #2FA2EA
Tints of Summer Sky #2FA2EA
RGB
CMYK
RGB Variations
Color information
#2FA2EA (or 0x2FA2EA) is known color: Summer Sky. HEX triplet: 2F, A2 and EA. RGB value is (47,162,234). Sum of RGB (Red+Green+Blue) = 47+162+234=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FA2EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA2EA is #D05D15. Grayscale: #878787. Windows color (decimal): -13655318 or 15376943. OLE color: 15376943.
HSL color Cylindrical-coordinate representation of color #2FA2EA: hue angle of 203.1º 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 #2FA2EA is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 162 | 234 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.08 |
| HSL | 203.1º | 0.82% | 0.55% | - |
| HSV(B) | 203.1º | 0.8% | 0.92% | - |
| XYZ | 28.94 | 32.39 | 82.57 | - |
| YUV | 135.82 | 183.4 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 234 | 0.80 | 0.31 | 0 | 0.08 | 203.1 | 0.82 | 0.55 |
| Hex | 2F | A2 | EA | 50 | 1F | 0 | 8 | CB | 52 | 37 |
| Octal | 57 | 242 | 352 | 120 | 37 | 0 | 10 | 313 | 122 | 67 |
| Binary | 101111 | 10100010 | 11101010 | 1010000 | 11111 | 0 | 1000 | 11001011 | 1010010 | 110111 |
Color Harmonies of #2FA2EA
Complementary color
Monochromatic Colors of #2FA2EA
Black with #2FA2EA
Text Example
Text Example
White with #2FA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA2EA; }
p { color: rgb(47,162,234); }
H1.HeaderClassName
{
color: #2FA2EA;
}
.AnyTagClassName
{
color: #2FA2EA;
}
</style>
background-color css
<style>
a { background-color: #2FA2EA; }
a { background-color: rgb(47,162,234); }
div.DivClassName
{
background-color: #2FA2EA;
}
.BgClassName
{
background-color: #2FA2EA;
}
</style>
border-color css
<style>
span { border-color: #2FA2EA; }
span { border-color: rgb(47,162,234); }
td.TdClassName
{
border-color: #2FA2EA;
}
.TagClassName
{
border-color: #2FA2EA;
}
</style>