Shades of Summer Sky #47A2DB
Tints of Summer Sky #47A2DB
RGB
CMYK
RGB Variations
Color information
#47A2DB (or 0x47A2DB) is known color: Summer Sky. HEX triplet: 47, A2 and DB. RGB value is (71,162,219). Sum of RGB (Red+Green+Blue) = 71+162+219=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #47A2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A2DB is #B85D24. Grayscale: #8C8C8C. Windows color (decimal): -12082469 or 14393927. OLE color: 14393927.
HSL color Cylindrical-coordinate representation of color #47A2DB: hue angle of 203.11º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47A2DB is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 162 | 219 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.14 |
| HSL | 203.11º | 0.67% | 0.57% | - |
| HSV(B) | 203.11º | 0.68% | 0.86% | - |
| XYZ | 28.31 | 32.29 | 71.76 | - |
| YUV | 141.29 | 171.85 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 219 | 0.68 | 0.26 | 0 | 0.14 | 203.11 | 0.67 | 0.57 |
| Hex | 47 | A2 | DB | 44 | 1A | 0 | E | CB | 43 | 39 |
| Octal | 107 | 242 | 333 | 104 | 32 | 0 | 16 | 313 | 103 | 71 |
| Binary | 1000111 | 10100010 | 11011011 | 1000100 | 11010 | 0 | 1110 | 11001011 | 1000011 | 111001 |
Color Harmonies of #47A2DB
Complementary color
Monochromatic Colors of #47A2DB
Black with #47A2DB
Text Example
Text Example
White with #47A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A2DB; }
p { color: rgb(71,162,219); }
H1.HeaderClassName
{
color: #47A2DB;
}
.AnyTagClassName
{
color: #47A2DB;
}
</style>
background-color css
<style>
a { background-color: #47A2DB; }
a { background-color: rgb(71,162,219); }
div.DivClassName
{
background-color: #47A2DB;
}
.BgClassName
{
background-color: #47A2DB;
}
</style>
border-color css
<style>
span { border-color: #47A2DB; }
span { border-color: rgb(71,162,219); }
td.TdClassName
{
border-color: #47A2DB;
}
.TagClassName
{
border-color: #47A2DB;
}
</style>