Shades of Summer Sky #2FACC6
Tints of Summer Sky #2FACC6
RGB
CMYK
RGB Variations
Color information
#2FACC6 (or 0x2FACC6) is known color: Summer Sky. HEX triplet: 2F, AC and C6. RGB value is (47,172,198). Sum of RGB (Red+Green+Blue) = 47+172+198=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #2FACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACC6 is #D05339. Grayscale: #898989. Windows color (decimal): -13652794 or 13020207. OLE color: 13020207.
HSL color Cylindrical-coordinate representation of color #2FACC6: hue angle of 190.33º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FACC6 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 172 | 198 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.22 |
| HSL | 190.33º | 0.62% | 0.48% | - |
| HSV(B) | 190.33º | 0.76% | 0.78% | - |
| XYZ | 26.12 | 34.19 | 58.65 | - |
| YUV | 137.59 | 162.09 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 198 | 0.76 | 0.13 | 0 | 0.22 | 190.33 | 0.62 | 0.48 |
| Hex | 2F | AC | C6 | 4C | D | 0 | 16 | BE | 3E | 30 |
| Octal | 57 | 254 | 306 | 114 | 15 | 0 | 26 | 276 | 76 | 60 |
| Binary | 101111 | 10101100 | 11000110 | 1001100 | 1101 | 0 | 10110 | 10111110 | 111110 | 110000 |
Color Harmonies of #2FACC6
Complementary color
Monochromatic Colors of #2FACC6
Black with #2FACC6
Text Example
Text Example
White with #2FACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACC6; }
p { color: rgb(47,172,198); }
H1.HeaderClassName
{
color: #2FACC6;
}
.AnyTagClassName
{
color: #2FACC6;
}
</style>
background-color css
<style>
a { background-color: #2FACC6; }
a { background-color: rgb(47,172,198); }
div.DivClassName
{
background-color: #2FACC6;
}
.BgClassName
{
background-color: #2FACC6;
}
</style>
border-color css
<style>
span { border-color: #2FACC6; }
span { border-color: rgb(47,172,198); }
td.TdClassName
{
border-color: #2FACC6;
}
.TagClassName
{
border-color: #2FACC6;
}
</style>