Shades of Summer Sky #2FA7DB
Tints of Summer Sky #2FA7DB
RGB
CMYK
RGB Variations
Color information
#2FA7DB (or 0x2FA7DB) is known color: Summer Sky. HEX triplet: 2F, A7 and DB. RGB value is (47,167,219). Sum of RGB (Red+Green+Blue) = 47+167+219=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FA7DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA7DB is #D05824. Grayscale: #888888. Windows color (decimal): -13654053 or 14395183. OLE color: 14395183.
HSL color Cylindrical-coordinate representation of color #2FA7DB: hue angle of 198.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FA7DB is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 167 | 219 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.14 |
| HSL | 198.14º | 0.7% | 0.52% | - |
| HSV(B) | 198.14º | 0.79% | 0.86% | - |
| XYZ | 27.78 | 33.36 | 71.99 | - |
| YUV | 137.05 | 174.24 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 219 | 0.79 | 0.24 | 0 | 0.14 | 198.14 | 0.7 | 0.52 |
| Hex | 2F | A7 | DB | 4F | 18 | 0 | E | C6 | 46 | 34 |
| Octal | 57 | 247 | 333 | 117 | 30 | 0 | 16 | 306 | 106 | 64 |
| Binary | 101111 | 10100111 | 11011011 | 1001111 | 11000 | 0 | 1110 | 11000110 | 1000110 | 110100 |
Color Harmonies of #2FA7DB
Complementary color
Monochromatic Colors of #2FA7DB
Black with #2FA7DB
Text Example
Text Example
White with #2FA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA7DB; }
p { color: rgb(47,167,219); }
H1.HeaderClassName
{
color: #2FA7DB;
}
.AnyTagClassName
{
color: #2FA7DB;
}
</style>
background-color css
<style>
a { background-color: #2FA7DB; }
a { background-color: rgb(47,167,219); }
div.DivClassName
{
background-color: #2FA7DB;
}
.BgClassName
{
background-color: #2FA7DB;
}
</style>
border-color css
<style>
span { border-color: #2FA7DB; }
span { border-color: rgb(47,167,219); }
td.TdClassName
{
border-color: #2FA7DB;
}
.TagClassName
{
border-color: #2FA7DB;
}
</style>