Shades of Summer Sky #2FACCE
Tints of Summer Sky #2FACCE
RGB
CMYK
RGB Variations
Color information
#2FACCE (or 0x2FACCE) is known color: Summer Sky. HEX triplet: 2F, AC and CE. RGB value is (47,172,206). Sum of RGB (Red+Green+Blue) = 47+172+206=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACCE is #D05331. Grayscale: #8A8A8A. Windows color (decimal): -13652786 or 13544495. OLE color: 13544495.
HSL color Cylindrical-coordinate representation of color #2FACCE: hue angle of 192.83º 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 #2FACCE is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 172 | 206 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.19 |
| HSL | 192.83º | 0.63% | 0.5% | - |
| HSV(B) | 192.83º | 0.77% | 0.81% | - |
| XYZ | 27.07 | 34.57 | 63.64 | - |
| YUV | 138.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 206 | 0.77 | 0.17 | 0 | 0.19 | 192.83 | 0.63 | 0.5 |
| Hex | 2F | AC | CE | 4D | 11 | 0 | 13 | C1 | 3F | 32 |
| Octal | 57 | 254 | 316 | 115 | 21 | 0 | 23 | 301 | 77 | 62 |
| Binary | 101111 | 10101100 | 11001110 | 1001101 | 10001 | 0 | 10011 | 11000001 | 111111 | 110010 |
Color Harmonies of #2FACCE
Complementary color
Monochromatic Colors of #2FACCE
Black with #2FACCE
Text Example
Text Example
White with #2FACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACCE; }
p { color: rgb(47,172,206); }
H1.HeaderClassName
{
color: #2FACCE;
}
.AnyTagClassName
{
color: #2FACCE;
}
</style>
background-color css
<style>
a { background-color: #2FACCE; }
a { background-color: rgb(47,172,206); }
div.DivClassName
{
background-color: #2FACCE;
}
.BgClassName
{
background-color: #2FACCE;
}
</style>
border-color css
<style>
span { border-color: #2FACCE; }
span { border-color: rgb(47,172,206); }
td.TdClassName
{
border-color: #2FACCE;
}
.TagClassName
{
border-color: #2FACCE;
}
</style>