Shades of Summer Sky #2FBAEA
Tints of Summer Sky #2FBAEA
RGB
CMYK
RGB Variations
Color information
#2FBAEA (or 0x2FBAEA) is known color: Summer Sky. HEX triplet: 2F, BA and EA. RGB value is (47,186,234). Sum of RGB (Red+Green+Blue) = 47+186+234=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FBAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBAEA is #D04515. Grayscale: #959595. Windows color (decimal): -13649174 or 15383087. OLE color: 15383087.
HSL color Cylindrical-coordinate representation of color #2FBAEA: hue angle of 195.4º 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 #2FBAEA is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 186 | 234 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.08 |
| HSL | 195.4º | 0.82% | 0.55% | - |
| HSV(B) | 195.4º | 0.8% | 0.92% | - |
| XYZ | 33.58 | 41.66 | 84.11 | - |
| YUV | 149.91 | 175.45 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 234 | 0.80 | 0.21 | 0 | 0.08 | 195.4 | 0.82 | 0.55 |
| Hex | 2F | BA | EA | 50 | 15 | 0 | 8 | C3 | 52 | 37 |
| Octal | 57 | 272 | 352 | 120 | 25 | 0 | 10 | 303 | 122 | 67 |
| Binary | 101111 | 10111010 | 11101010 | 1010000 | 10101 | 0 | 1000 | 11000011 | 1010010 | 110111 |
Color Harmonies of #2FBAEA
Complementary color
Monochromatic Colors of #2FBAEA
Black with #2FBAEA
Text Example
Text Example
White with #2FBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBAEA; }
p { color: rgb(47,186,234); }
H1.HeaderClassName
{
color: #2FBAEA;
}
.AnyTagClassName
{
color: #2FBAEA;
}
</style>
background-color css
<style>
a { background-color: #2FBAEA; }
a { background-color: rgb(47,186,234); }
div.DivClassName
{
background-color: #2FBAEA;
}
.BgClassName
{
background-color: #2FBAEA;
}
</style>
border-color css
<style>
span { border-color: #2FBAEA; }
span { border-color: rgb(47,186,234); }
td.TdClassName
{
border-color: #2FBAEA;
}
.TagClassName
{
border-color: #2FBAEA;
}
</style>