Shades of Summer Sky #2FA6CE
Tints of Summer Sky #2FA6CE
RGB
CMYK
RGB Variations
Color information
#2FA6CE (or 0x2FA6CE) is known color: Summer Sky. HEX triplet: 2F, A6 and CE. RGB value is (47,166,206). Sum of RGB (Red+Green+Blue) = 47+166+206=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FA6CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA6CE is #D05931. Grayscale: #868686. Windows color (decimal): -13654322 or 13542959. OLE color: 13542959.
HSL color Cylindrical-coordinate representation of color #2FA6CE: hue angle of 195.09º 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 #2FA6CE is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 166 | 206 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.19 |
| HSL | 195.09º | 0.63% | 0.5% | - |
| HSV(B) | 195.09º | 0.77% | 0.81% | - |
| XYZ | 25.95 | 32.33 | 63.27 | - |
| YUV | 134.98 | 168.08 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 206 | 0.77 | 0.19 | 0 | 0.19 | 195.09 | 0.63 | 0.5 |
| Hex | 2F | A6 | CE | 4D | 13 | 0 | 13 | C3 | 3F | 32 |
| Octal | 57 | 246 | 316 | 115 | 23 | 0 | 23 | 303 | 77 | 62 |
| Binary | 101111 | 10100110 | 11001110 | 1001101 | 10011 | 0 | 10011 | 11000011 | 111111 | 110010 |
Color Harmonies of #2FA6CE
Complementary color
Monochromatic Colors of #2FA6CE
Black with #2FA6CE
Text Example
Text Example
White with #2FA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA6CE; }
p { color: rgb(47,166,206); }
H1.HeaderClassName
{
color: #2FA6CE;
}
.AnyTagClassName
{
color: #2FA6CE;
}
</style>
background-color css
<style>
a { background-color: #2FA6CE; }
a { background-color: rgb(47,166,206); }
div.DivClassName
{
background-color: #2FA6CE;
}
.BgClassName
{
background-color: #2FA6CE;
}
</style>
border-color css
<style>
span { border-color: #2FA6CE; }
span { border-color: rgb(47,166,206); }
td.TdClassName
{
border-color: #2FA6CE;
}
.TagClassName
{
border-color: #2FA6CE;
}
</style>