Shades of Summer Sky #2FBBEC
Tints of Summer Sky #2FBBEC
RGB
CMYK
RGB Variations
Color information
#2FBBEC (or 0x2FBBEC) is known color: Summer Sky. HEX triplet: 2F, BB and EC. RGB value is (47,187,236). Sum of RGB (Red+Green+Blue) = 47+187+236=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FBBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBBEC is #D04413. Grayscale: #969696. Windows color (decimal): -13648916 or 15514415. OLE color: 15514415.
HSL color Cylindrical-coordinate representation of color #2FBBEC: hue angle of 195.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBBEC is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 187 | 236 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.07 |
| HSL | 195.56º | 0.83% | 0.55% | - |
| HSV(B) | 195.56º | 0.8% | 0.93% | - |
| XYZ | 34.08 | 42.2 | 85.71 | - |
| YUV | 150.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 236 | 0.80 | 0.21 | 0 | 0.07 | 195.56 | 0.83 | 0.55 |
| Hex | 2F | BB | EC | 50 | 15 | 0 | 7 | C4 | 53 | 37 |
| Octal | 57 | 273 | 354 | 120 | 25 | 0 | 7 | 304 | 123 | 67 |
| Binary | 101111 | 10111011 | 11101100 | 1010000 | 10101 | 0 | 111 | 11000100 | 1010011 | 110111 |
Color Harmonies of #2FBBEC
Complementary color
Monochromatic Colors of #2FBBEC
Black with #2FBBEC
Text Example
Text Example
White with #2FBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBBEC; }
p { color: rgb(47,187,236); }
H1.HeaderClassName
{
color: #2FBBEC;
}
.AnyTagClassName
{
color: #2FBBEC;
}
</style>
background-color css
<style>
a { background-color: #2FBBEC; }
a { background-color: rgb(47,187,236); }
div.DivClassName
{
background-color: #2FBBEC;
}
.BgClassName
{
background-color: #2FBBEC;
}
</style>
border-color css
<style>
span { border-color: #2FBBEC; }
span { border-color: rgb(47,187,236); }
td.TdClassName
{
border-color: #2FBBEC;
}
.TagClassName
{
border-color: #2FBBEC;
}
</style>