Shades of Summer Sky #2FBECE
Tints of Summer Sky #2FBECE
RGB
CMYK
RGB Variations
Color information
#2FBECE (or 0x2FBECE) is known color: Summer Sky. HEX triplet: 2F, BE and CE. RGB value is (47,190,206). Sum of RGB (Red+Green+Blue) = 47+190+206=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBECE is #D04131. Grayscale: #949494. Windows color (decimal): -13648178 or 13549103. OLE color: 13549103.
HSL color Cylindrical-coordinate representation of color #2FBECE: hue angle of 186.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FBECE is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 190 | 206 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.19 |
| HSL | 186.04º | 0.63% | 0.5% | - |
| HSV(B) | 186.04º | 0.77% | 0.81% | - |
| XYZ | 30.73 | 41.89 | 64.86 | - |
| YUV | 149.07 | 160.12 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 206 | 0.77 | 0.08 | 0 | 0.19 | 186.04 | 0.63 | 0.5 |
| Hex | 2F | BE | CE | 4D | 8 | 0 | 13 | BA | 3F | 32 |
| Octal | 57 | 276 | 316 | 115 | 10 | 0 | 23 | 272 | 77 | 62 |
| Binary | 101111 | 10111110 | 11001110 | 1001101 | 1000 | 0 | 10011 | 10111010 | 111111 | 110010 |
Color Harmonies of #2FBECE
Complementary color
Monochromatic Colors of #2FBECE
Black with #2FBECE
Text Example
Text Example
White with #2FBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBECE; }
p { color: rgb(47,190,206); }
H1.HeaderClassName
{
color: #2FBECE;
}
.AnyTagClassName
{
color: #2FBECE;
}
</style>
background-color css
<style>
a { background-color: #2FBECE; }
a { background-color: rgb(47,190,206); }
div.DivClassName
{
background-color: #2FBECE;
}
.BgClassName
{
background-color: #2FBECE;
}
</style>
border-color css
<style>
span { border-color: #2FBECE; }
span { border-color: rgb(47,190,206); }
td.TdClassName
{
border-color: #2FBECE;
}
.TagClassName
{
border-color: #2FBECE;
}
</style>