Shades of Summer Sky #2FAACC
Tints of Summer Sky #2FAACC
RGB
CMYK
RGB Variations
Color information
#2FAACC (or 0x2FAACC) is known color: Summer Sky. HEX triplet: 2F, AA and CC. RGB value is (47,170,204). Sum of RGB (Red+Green+Blue) = 47+170+204=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAACC is #D05533. Grayscale: #888888. Windows color (decimal): -13653300 or 13412911. OLE color: 13412911.
HSL color Cylindrical-coordinate representation of color #2FAACC: hue angle of 192.99º 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 #2FAACC is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 170 | 204 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.2 |
| HSL | 192.99º | 0.63% | 0.49% | - |
| HSV(B) | 192.99º | 0.77% | 0.8% | - |
| XYZ | 26.45 | 33.71 | 62.24 | - |
| YUV | 137.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 204 | 0.77 | 0.17 | 0 | 0.2 | 192.99 | 0.63 | 0.49 |
| Hex | 2F | AA | CC | 4D | 11 | 0 | 14 | C1 | 3F | 31 |
| Octal | 57 | 252 | 314 | 115 | 21 | 0 | 24 | 301 | 77 | 61 |
| Binary | 101111 | 10101010 | 11001100 | 1001101 | 10001 | 0 | 10100 | 11000001 | 111111 | 110001 |
Color Harmonies of #2FAACC
Complementary color
Monochromatic Colors of #2FAACC
Black with #2FAACC
Text Example
Text Example
White with #2FAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAACC; }
p { color: rgb(47,170,204); }
H1.HeaderClassName
{
color: #2FAACC;
}
.AnyTagClassName
{
color: #2FAACC;
}
</style>
background-color css
<style>
a { background-color: #2FAACC; }
a { background-color: rgb(47,170,204); }
div.DivClassName
{
background-color: #2FAACC;
}
.BgClassName
{
background-color: #2FAACC;
}
</style>
border-color css
<style>
span { border-color: #2FAACC; }
span { border-color: rgb(47,170,204); }
td.TdClassName
{
border-color: #2FAACC;
}
.TagClassName
{
border-color: #2FAACC;
}
</style>