Shades of Summer Sky #47BEDB
Tints of Summer Sky #47BEDB
RGB
CMYK
RGB Variations
Color information
#47BEDB (or 0x47BEDB) is known color: Summer Sky. HEX triplet: 47, BE and DB. RGB value is (71,190,219). Sum of RGB (Red+Green+Blue) = 71+190+219=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #47BEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEDB is #B84124. Grayscale: #9D9D9D. Windows color (decimal): -12075301 or 14401095. OLE color: 14401095.
HSL color Cylindrical-coordinate representation of color #47BEDB: hue angle of 191.76º 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 #47BEDB is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 190 | 219 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.14 |
| HSL | 191.76º | 0.67% | 0.57% | - |
| HSV(B) | 191.76º | 0.68% | 0.86% | - |
| XYZ | 33.8 | 43.28 | 73.59 | - |
| YUV | 157.73 | 162.58 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 219 | 0.68 | 0.13 | 0 | 0.14 | 191.76 | 0.67 | 0.57 |
| Hex | 47 | BE | DB | 44 | D | 0 | E | C0 | 43 | 39 |
| Octal | 107 | 276 | 333 | 104 | 15 | 0 | 16 | 300 | 103 | 71 |
| Binary | 1000111 | 10111110 | 11011011 | 1000100 | 1101 | 0 | 1110 | 11000000 | 1000011 | 111001 |
Color Harmonies of #47BEDB
Complementary color
Monochromatic Colors of #47BEDB
Black with #47BEDB
Text Example
Text Example
White with #47BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BEDB; }
p { color: rgb(71,190,219); }
H1.HeaderClassName
{
color: #47BEDB;
}
.AnyTagClassName
{
color: #47BEDB;
}
</style>
background-color css
<style>
a { background-color: #47BEDB; }
a { background-color: rgb(71,190,219); }
div.DivClassName
{
background-color: #47BEDB;
}
.BgClassName
{
background-color: #47BEDB;
}
</style>
border-color css
<style>
span { border-color: #47BEDB; }
span { border-color: rgb(71,190,219); }
td.TdClassName
{
border-color: #47BEDB;
}
.TagClassName
{
border-color: #47BEDB;
}
</style>