Shades of Summer Sky #2FA7CF
Tints of Summer Sky #2FA7CF
RGB
CMYK
RGB Variations
Color information
#2FA7CF (or 0x2FA7CF) is known color: Summer Sky. HEX triplet: 2F, A7 and CF. RGB value is (47,167,207). Sum of RGB (Red+Green+Blue) = 47+167+207=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FA7CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA7CF is #D05830. Grayscale: #878787. Windows color (decimal): -13654065 or 13608751. OLE color: 13608751.
HSL color Cylindrical-coordinate representation of color #2FA7CF: hue angle of 195º 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 #2FA7CF is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 167 | 207 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.19 |
| HSL | 195º | 0.63% | 0.5% | - |
| HSV(B) | 195º | 0.77% | 0.81% | - |
| XYZ | 26.25 | 32.75 | 63.97 | - |
| YUV | 135.68 | 168.24 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 207 | 0.77 | 0.19 | 0 | 0.19 | 195 | 0.63 | 0.5 |
| Hex | 2F | A7 | CF | 4D | 13 | 0 | 13 | C3 | 3F | 32 |
| Octal | 57 | 247 | 317 | 115 | 23 | 0 | 23 | 303 | 77 | 62 |
| Binary | 101111 | 10100111 | 11001111 | 1001101 | 10011 | 0 | 10011 | 11000011 | 111111 | 110010 |
Color Harmonies of #2FA7CF
Complementary color
Monochromatic Colors of #2FA7CF
Black with #2FA7CF
Text Example
Text Example
White with #2FA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA7CF; }
p { color: rgb(47,167,207); }
H1.HeaderClassName
{
color: #2FA7CF;
}
.AnyTagClassName
{
color: #2FA7CF;
}
</style>
background-color css
<style>
a { background-color: #2FA7CF; }
a { background-color: rgb(47,167,207); }
div.DivClassName
{
background-color: #2FA7CF;
}
.BgClassName
{
background-color: #2FA7CF;
}
</style>
border-color css
<style>
span { border-color: #2FA7CF; }
span { border-color: rgb(47,167,207); }
td.TdClassName
{
border-color: #2FA7CF;
}
.TagClassName
{
border-color: #2FA7CF;
}
</style>