Shades of Summer Sky #2FAACF
Tints of Summer Sky #2FAACF
RGB
CMYK
RGB Variations
Color information
#2FAACF (or 0x2FAACF) is known color: Summer Sky. HEX triplet: 2F, AA and CF. RGB value is (47,170,207). Sum of RGB (Red+Green+Blue) = 47+170+207=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FAACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAACF is #D05530. Grayscale: #898989. Windows color (decimal): -13653297 or 13609519. OLE color: 13609519.
HSL color Cylindrical-coordinate representation of color #2FAACF: hue angle of 193.88º 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 #2FAACF is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 170 | 207 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.19 |
| HSL | 193.88º | 0.63% | 0.5% | - |
| HSV(B) | 193.88º | 0.77% | 0.81% | - |
| XYZ | 26.81 | 33.86 | 64.15 | - |
| YUV | 137.44 | 167.25 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 207 | 0.77 | 0.18 | 0 | 0.19 | 193.88 | 0.63 | 0.5 |
| Hex | 2F | AA | CF | 4D | 12 | 0 | 13 | C2 | 3F | 32 |
| Octal | 57 | 252 | 317 | 115 | 22 | 0 | 23 | 302 | 77 | 62 |
| Binary | 101111 | 10101010 | 11001111 | 1001101 | 10010 | 0 | 10011 | 11000010 | 111111 | 110010 |
Color Harmonies of #2FAACF
Complementary color
Monochromatic Colors of #2FAACF
Black with #2FAACF
Text Example
Text Example
White with #2FAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAACF; }
p { color: rgb(47,170,207); }
H1.HeaderClassName
{
color: #2FAACF;
}
.AnyTagClassName
{
color: #2FAACF;
}
</style>
background-color css
<style>
a { background-color: #2FAACF; }
a { background-color: rgb(47,170,207); }
div.DivClassName
{
background-color: #2FAACF;
}
.BgClassName
{
background-color: #2FAACF;
}
</style>
border-color css
<style>
span { border-color: #2FAACF; }
span { border-color: rgb(47,170,207); }
td.TdClassName
{
border-color: #2FAACF;
}
.TagClassName
{
border-color: #2FAACF;
}
</style>