Shades of Summer Sky #2FBBEA
Tints of Summer Sky #2FBBEA
RGB
CMYK
RGB Variations
Color information
#2FBBEA (or 0x2FBBEA) is known color: Summer Sky. HEX triplet: 2F, BB and EA. RGB value is (47,187,234). Sum of RGB (Red+Green+Blue) = 47+187+234=468 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.04% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FBBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBBEA is #D04415. Grayscale: #969696. Windows color (decimal): -13648918 or 15383343. OLE color: 15383343.
HSL color Cylindrical-coordinate representation of color #2FBBEA: hue angle of 195.08º 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 #2FBBEA is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 187 | 234 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.08 |
| HSL | 195.08º | 0.82% | 0.55% | - |
| HSV(B) | 195.08º | 0.8% | 0.92% | - |
| XYZ | 33.79 | 42.09 | 84.18 | - |
| YUV | 150.5 | 175.12 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 234 | 0.80 | 0.20 | 0 | 0.08 | 195.08 | 0.82 | 0.55 |
| Hex | 2F | BB | EA | 50 | 14 | 0 | 8 | C3 | 52 | 37 |
| Octal | 57 | 273 | 352 | 120 | 24 | 0 | 10 | 303 | 122 | 67 |
| Binary | 101111 | 10111011 | 11101010 | 1010000 | 10100 | 0 | 1000 | 11000011 | 1010010 | 110111 |
Color Harmonies of #2FBBEA
Complementary color
Monochromatic Colors of #2FBBEA
Black with #2FBBEA
Text Example
Text Example
White with #2FBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBBEA; }
p { color: rgb(47,187,234); }
H1.HeaderClassName
{
color: #2FBBEA;
}
.AnyTagClassName
{
color: #2FBBEA;
}
</style>
background-color css
<style>
a { background-color: #2FBBEA; }
a { background-color: rgb(47,187,234); }
div.DivClassName
{
background-color: #2FBBEA;
}
.BgClassName
{
background-color: #2FBBEA;
}
</style>
border-color css
<style>
span { border-color: #2FBBEA; }
span { border-color: rgb(47,187,234); }
td.TdClassName
{
border-color: #2FBBEA;
}
.TagClassName
{
border-color: #2FBBEA;
}
</style>