Shades of Summer Sky #2FA7D7
Tints of Summer Sky #2FA7D7
RGB
CMYK
RGB Variations
Color information
#2FA7D7 (or 0x2FA7D7) is known color: Summer Sky. HEX triplet: 2F, A7 and D7. RGB value is (47,167,215). Sum of RGB (Red+Green+Blue) = 47+167+215=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #2FA7D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA7D7 is #D05828. Grayscale: #888888. Windows color (decimal): -13654057 or 14133039. OLE color: 14133039.
HSL color Cylindrical-coordinate representation of color #2FA7D7: hue angle of 197.14º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FA7D7 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 167 | 215 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.16 |
| HSL | 197.14º | 0.68% | 0.51% | - |
| HSV(B) | 197.14º | 0.78% | 0.84% | - |
| XYZ | 27.26 | 33.15 | 69.25 | - |
| YUV | 136.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 215 | 0.78 | 0.22 | 0 | 0.16 | 197.14 | 0.68 | 0.51 |
| Hex | 2F | A7 | D7 | 4E | 16 | 0 | 10 | C5 | 44 | 33 |
| Octal | 57 | 247 | 327 | 116 | 26 | 0 | 20 | 305 | 104 | 63 |
| Binary | 101111 | 10100111 | 11010111 | 1001110 | 10110 | 0 | 10000 | 11000101 | 1000100 | 110011 |
Color Harmonies of #2FA7D7
Complementary color
Monochromatic Colors of #2FA7D7
Black with #2FA7D7
Text Example
Text Example
White with #2FA7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA7D7; }
p { color: rgb(47,167,215); }
H1.HeaderClassName
{
color: #2FA7D7;
}
.AnyTagClassName
{
color: #2FA7D7;
}
</style>
background-color css
<style>
a { background-color: #2FA7D7; }
a { background-color: rgb(47,167,215); }
div.DivClassName
{
background-color: #2FA7D7;
}
.BgClassName
{
background-color: #2FA7D7;
}
</style>
border-color css
<style>
span { border-color: #2FA7D7; }
span { border-color: rgb(47,167,215); }
td.TdClassName
{
border-color: #2FA7D7;
}
.TagClassName
{
border-color: #2FA7D7;
}
</style>