Shades of Summer Sky #47ACD6
Tints of Summer Sky #47ACD6
RGB
CMYK
RGB Variations
Color information
#47ACD6 (or 0x47ACD6) is known color: Summer Sky. HEX triplet: 47, AC and D6. RGB value is (71,172,214). Sum of RGB (Red+Green+Blue) = 71+172+214=457 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.54% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #47ACD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACD6 is #B85329. Grayscale: #929292. Windows color (decimal): -12079914 or 14068807. OLE color: 14068807.
HSL color Cylindrical-coordinate representation of color #47ACD6: hue angle of 197.62º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47ACD6 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 172 | 214 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.16 |
| HSL | 197.62º | 0.64% | 0.56% | - |
| HSV(B) | 197.62º | 0.67% | 0.84% | - |
| XYZ | 29.49 | 35.7 | 68.95 | - |
| YUV | 146.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 172 | 214 | 0.67 | 0.20 | 0 | 0.16 | 197.62 | 0.64 | 0.56 |
| Hex | 47 | AC | D6 | 43 | 14 | 0 | 10 | C6 | 40 | 38 |
| Octal | 107 | 254 | 326 | 103 | 24 | 0 | 20 | 306 | 100 | 70 |
| Binary | 1000111 | 10101100 | 11010110 | 1000011 | 10100 | 0 | 10000 | 11000110 | 1000000 | 111000 |
Color Harmonies of #47ACD6
Complementary color
Monochromatic Colors of #47ACD6
Black with #47ACD6
Text Example
Text Example
White with #47ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ACD6; }
p { color: rgb(71,172,214); }
H1.HeaderClassName
{
color: #47ACD6;
}
.AnyTagClassName
{
color: #47ACD6;
}
</style>
background-color css
<style>
a { background-color: #47ACD6; }
a { background-color: rgb(71,172,214); }
div.DivClassName
{
background-color: #47ACD6;
}
.BgClassName
{
background-color: #47ACD6;
}
</style>
border-color css
<style>
span { border-color: #47ACD6; }
span { border-color: rgb(71,172,214); }
td.TdClassName
{
border-color: #47ACD6;
}
.TagClassName
{
border-color: #47ACD6;
}
</style>