Shades of Summer Sky #47BDDE
Tints of Summer Sky #47BDDE
RGB
CMYK
RGB Variations
Color information
#47BDDE (or 0x47BDDE) is known color: Summer Sky. HEX triplet: 47, BD and DE. RGB value is (71,189,222). Sum of RGB (Red+Green+Blue) = 71+189+222=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #47BDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDDE is #B84221. Grayscale: #9D9D9D. Windows color (decimal): -12075554 or 14597447. OLE color: 14597447.
HSL color Cylindrical-coordinate representation of color #47BDDE: hue angle of 193.11º degrees, saturation: 0.7, 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 #47BDDE is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 189 | 222 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.13 |
| HSL | 193.11º | 0.7% | 0.57% | - |
| HSV(B) | 193.11º | 0.68% | 0.87% | - |
| XYZ | 33.98 | 43.01 | 75.62 | - |
| YUV | 157.48 | 164.41 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 222 | 0.68 | 0.15 | 0 | 0.13 | 193.11 | 0.7 | 0.57 |
| Hex | 47 | BD | DE | 44 | F | 0 | D | C1 | 46 | 39 |
| Octal | 107 | 275 | 336 | 104 | 17 | 0 | 15 | 301 | 106 | 71 |
| Binary | 1000111 | 10111101 | 11011110 | 1000100 | 1111 | 0 | 1101 | 11000001 | 1000110 | 111001 |
Color Harmonies of #47BDDE
Complementary color
Monochromatic Colors of #47BDDE
Black with #47BDDE
Text Example
Text Example
White with #47BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BDDE; }
p { color: rgb(71,189,222); }
H1.HeaderClassName
{
color: #47BDDE;
}
.AnyTagClassName
{
color: #47BDDE;
}
</style>
background-color css
<style>
a { background-color: #47BDDE; }
a { background-color: rgb(71,189,222); }
div.DivClassName
{
background-color: #47BDDE;
}
.BgClassName
{
background-color: #47BDDE;
}
</style>
border-color css
<style>
span { border-color: #47BDDE; }
span { border-color: rgb(71,189,222); }
td.TdClassName
{
border-color: #47BDDE;
}
.TagClassName
{
border-color: #47BDDE;
}
</style>