Shades of Summer Sky #47BEDD
Tints of Summer Sky #47BEDD
RGB
CMYK
RGB Variations
Color information
#47BEDD (or 0x47BEDD) is known color: Summer Sky. HEX triplet: 47, BE and DD. RGB value is (71,190,221). Sum of RGB (Red+Green+Blue) = 71+190+221=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #47BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEDD is #B84122. Grayscale: #9D9D9D. Windows color (decimal): -12075299 or 14532167. OLE color: 14532167.
HSL color Cylindrical-coordinate representation of color #47BEDD: hue angle of 192.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47BEDD is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 190 | 221 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.13 |
| HSL | 192.4º | 0.69% | 0.57% | - |
| HSV(B) | 192.4º | 0.68% | 0.87% | - |
| XYZ | 34.06 | 43.39 | 74.99 | - |
| YUV | 157.95 | 163.58 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 221 | 0.68 | 0.14 | 0 | 0.13 | 192.4 | 0.69 | 0.57 |
| Hex | 47 | BE | DD | 44 | E | 0 | D | C0 | 45 | 39 |
| Octal | 107 | 276 | 335 | 104 | 16 | 0 | 15 | 300 | 105 | 71 |
| Binary | 1000111 | 10111110 | 11011101 | 1000100 | 1110 | 0 | 1101 | 11000000 | 1000101 | 111001 |
Color Harmonies of #47BEDD
Complementary color
Monochromatic Colors of #47BEDD
Black with #47BEDD
Text Example
Text Example
White with #47BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BEDD; }
p { color: rgb(71,190,221); }
H1.HeaderClassName
{
color: #47BEDD;
}
.AnyTagClassName
{
color: #47BEDD;
}
</style>
background-color css
<style>
a { background-color: #47BEDD; }
a { background-color: rgb(71,190,221); }
div.DivClassName
{
background-color: #47BEDD;
}
.BgClassName
{
background-color: #47BEDD;
}
</style>
border-color css
<style>
span { border-color: #47BEDD; }
span { border-color: rgb(71,190,221); }
td.TdClassName
{
border-color: #47BEDD;
}
.TagClassName
{
border-color: #47BEDD;
}
</style>