Shades of Summer Sky #2FA7DD
Tints of Summer Sky #2FA7DD
RGB
CMYK
RGB Variations
Color information
#2FA7DD (or 0x2FA7DD) is known color: Summer Sky. HEX triplet: 2F, A7 and DD. RGB value is (47,167,221). Sum of RGB (Red+Green+Blue) = 47+167+221=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FA7DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA7DD is #D05822. Grayscale: #888888. Windows color (decimal): -13654051 or 14526255. OLE color: 14526255.
HSL color Cylindrical-coordinate representation of color #2FA7DD: hue angle of 198.62º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FA7DD is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 167 | 221 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.13 |
| HSL | 198.62º | 0.72% | 0.53% | - |
| HSV(B) | 198.62º | 0.79% | 0.87% | - |
| XYZ | 28.04 | 33.46 | 73.39 | - |
| YUV | 137.28 | 175.24 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 221 | 0.79 | 0.24 | 0 | 0.13 | 198.62 | 0.72 | 0.53 |
| Hex | 2F | A7 | DD | 4F | 18 | 0 | D | C7 | 48 | 35 |
| Octal | 57 | 247 | 335 | 117 | 30 | 0 | 15 | 307 | 110 | 65 |
| Binary | 101111 | 10100111 | 11011101 | 1001111 | 11000 | 0 | 1101 | 11000111 | 1001000 | 110101 |
Color Harmonies of #2FA7DD
Complementary color
Monochromatic Colors of #2FA7DD
Black with #2FA7DD
Text Example
Text Example
White with #2FA7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA7DD; }
p { color: rgb(47,167,221); }
H1.HeaderClassName
{
color: #2FA7DD;
}
.AnyTagClassName
{
color: #2FA7DD;
}
</style>
background-color css
<style>
a { background-color: #2FA7DD; }
a { background-color: rgb(47,167,221); }
div.DivClassName
{
background-color: #2FA7DD;
}
.BgClassName
{
background-color: #2FA7DD;
}
</style>
border-color css
<style>
span { border-color: #2FA7DD; }
span { border-color: rgb(47,167,221); }
td.TdClassName
{
border-color: #2FA7DD;
}
.TagClassName
{
border-color: #2FA7DD;
}
</style>