Shades of Summer Sky #47B8DB
Tints of Summer Sky #47B8DB
RGB
CMYK
RGB Variations
Color information
#47B8DB (or 0x47B8DB) is known color: Summer Sky. HEX triplet: 47, B8 and DB. RGB value is (71,184,219). Sum of RGB (Red+Green+Blue) = 71+184+219=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #47B8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B8DB is #B84724. Grayscale: #999999. Windows color (decimal): -12076837 or 14399559. OLE color: 14399559.
HSL color Cylindrical-coordinate representation of color #47B8DB: hue angle of 194.19º 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 #47B8DB is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 184 | 219 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.14 |
| HSL | 194.19º | 0.67% | 0.57% | - |
| HSV(B) | 194.19º | 0.68% | 0.86% | - |
| XYZ | 32.53 | 40.74 | 73.17 | - |
| YUV | 154.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 184 | 219 | 0.68 | 0.16 | 0 | 0.14 | 194.19 | 0.67 | 0.57 |
| Hex | 47 | B8 | DB | 44 | 10 | 0 | E | C2 | 43 | 39 |
| Octal | 107 | 270 | 333 | 104 | 20 | 0 | 16 | 302 | 103 | 71 |
| Binary | 1000111 | 10111000 | 11011011 | 1000100 | 10000 | 0 | 1110 | 11000010 | 1000011 | 111001 |
Color Harmonies of #47B8DB
Complementary color
Monochromatic Colors of #47B8DB
Black with #47B8DB
Text Example
Text Example
White with #47B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B8DB; }
p { color: rgb(71,184,219); }
H1.HeaderClassName
{
color: #47B8DB;
}
.AnyTagClassName
{
color: #47B8DB;
}
</style>
background-color css
<style>
a { background-color: #47B8DB; }
a { background-color: rgb(71,184,219); }
div.DivClassName
{
background-color: #47B8DB;
}
.BgClassName
{
background-color: #47B8DB;
}
</style>
border-color css
<style>
span { border-color: #47B8DB; }
span { border-color: rgb(71,184,219); }
td.TdClassName
{
border-color: #47B8DB;
}
.TagClassName
{
border-color: #47B8DB;
}
</style>