Shades of Summer Sky #47ADDB
Tints of Summer Sky #47ADDB
RGB
CMYK
RGB Variations
Color information
#47ADDB (or 0x47ADDB) is known color: Summer Sky. HEX triplet: 47, AD and DB. RGB value is (71,173,219). Sum of RGB (Red+Green+Blue) = 71+173+219=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #47ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADDB is #B85224. Grayscale: #939393. Windows color (decimal): -12079653 or 14396743. OLE color: 14396743.
HSL color Cylindrical-coordinate representation of color #47ADDB: hue angle of 198.65º 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 #47ADDB is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 173 | 219 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.14 |
| HSL | 198.65º | 0.67% | 0.57% | - |
| HSV(B) | 198.65º | 0.68% | 0.86% | - |
| XYZ | 30.33 | 36.34 | 72.43 | - |
| YUV | 147.75 | 168.21 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 219 | 0.68 | 0.21 | 0 | 0.14 | 198.65 | 0.67 | 0.57 |
| Hex | 47 | AD | DB | 44 | 15 | 0 | E | C7 | 43 | 39 |
| Octal | 107 | 255 | 333 | 104 | 25 | 0 | 16 | 307 | 103 | 71 |
| Binary | 1000111 | 10101101 | 11011011 | 1000100 | 10101 | 0 | 1110 | 11000111 | 1000011 | 111001 |
Color Harmonies of #47ADDB
Complementary color
Monochromatic Colors of #47ADDB
Black with #47ADDB
Text Example
Text Example
White with #47ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADDB; }
p { color: rgb(71,173,219); }
H1.HeaderClassName
{
color: #47ADDB;
}
.AnyTagClassName
{
color: #47ADDB;
}
</style>
background-color css
<style>
a { background-color: #47ADDB; }
a { background-color: rgb(71,173,219); }
div.DivClassName
{
background-color: #47ADDB;
}
.BgClassName
{
background-color: #47ADDB;
}
</style>
border-color css
<style>
span { border-color: #47ADDB; }
span { border-color: rgb(71,173,219); }
td.TdClassName
{
border-color: #47ADDB;
}
.TagClassName
{
border-color: #47ADDB;
}
</style>