Shades of Summer Sky #2FBACD
Tints of Summer Sky #2FBACD
RGB
CMYK
RGB Variations
Color information
#2FBACD (or 0x2FBACD) is known color: Summer Sky. HEX triplet: 2F, BA and CD. RGB value is (47,186,205). Sum of RGB (Red+Green+Blue) = 47+186+205=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #2FBACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBACD is #D04532. Grayscale: #929292. Windows color (decimal): -13649203 or 13482543. OLE color: 13482543.
HSL color Cylindrical-coordinate representation of color #2FBACD: hue angle of 187.22º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FBACD is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 186 | 205 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.20 |
| HSL | 187.22º | 0.63% | 0.49% | - |
| HSV(B) | 187.22º | 0.77% | 0.8% | - |
| XYZ | 29.75 | 40.13 | 63.94 | - |
| YUV | 146.61 | 160.95 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 205 | 0.77 | 0.09 | 0 | 0.20 | 187.22 | 0.63 | 0.49 |
| Hex | 2F | BA | CD | 4D | 9 | 0 | 14 | BB | 3F | 31 |
| Octal | 57 | 272 | 315 | 115 | 11 | 0 | 24 | 273 | 77 | 61 |
| Binary | 101111 | 10111010 | 11001101 | 1001101 | 1001 | 0 | 10100 | 10111011 | 111111 | 110001 |
Color Harmonies of #2FBACD
Complementary color
Monochromatic Colors of #2FBACD
Black with #2FBACD
Text Example
Text Example
White with #2FBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBACD; }
p { color: rgb(47,186,205); }
H1.HeaderClassName
{
color: #2FBACD;
}
.AnyTagClassName
{
color: #2FBACD;
}
</style>
background-color css
<style>
a { background-color: #2FBACD; }
a { background-color: rgb(47,186,205); }
div.DivClassName
{
background-color: #2FBACD;
}
.BgClassName
{
background-color: #2FBACD;
}
</style>
border-color css
<style>
span { border-color: #2FBACD; }
span { border-color: rgb(47,186,205); }
td.TdClassName
{
border-color: #2FBACD;
}
.TagClassName
{
border-color: #2FBACD;
}
</style>