Shades of Summer Sky #47ABEA
Tints of Summer Sky #47ABEA
RGB
CMYK
RGB Variations
Color information
#47ABEA (or 0x47ABEA) is known color: Summer Sky. HEX triplet: 47, AB and EA. RGB value is (71,171,234). Sum of RGB (Red+Green+Blue) = 71+171+234=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #47ABEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47ABEA is #B85415. Grayscale: #939393. Windows color (decimal): -12080150 or 15379271. OLE color: 15379271.
HSL color Cylindrical-coordinate representation of color #47ABEA: hue angle of 203.19º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ABEA is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 171 | 234 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.08 |
| HSL | 203.19º | 0.8% | 0.6% | - |
| HSV(B) | 203.19º | 0.7% | 0.92% | - |
| XYZ | 32.01 | 36.41 | 83.18 | - |
| YUV | 148.28 | 176.37 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 234 | 0.70 | 0.27 | 0 | 0.08 | 203.19 | 0.8 | 0.6 |
| Hex | 47 | AB | EA | 46 | 1B | 0 | 8 | CB | 50 | 3C |
| Octal | 107 | 253 | 352 | 106 | 33 | 0 | 10 | 313 | 120 | 74 |
| Binary | 1000111 | 10101011 | 11101010 | 1000110 | 11011 | 0 | 1000 | 11001011 | 1010000 | 111100 |
Color Harmonies of #47ABEA
Complementary color
Monochromatic Colors of #47ABEA
Black with #47ABEA
Text Example
Text Example
White with #47ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABEA; }
p { color: rgb(71,171,234); }
H1.HeaderClassName
{
color: #47ABEA;
}
.AnyTagClassName
{
color: #47ABEA;
}
</style>
background-color css
<style>
a { background-color: #47ABEA; }
a { background-color: rgb(71,171,234); }
div.DivClassName
{
background-color: #47ABEA;
}
.BgClassName
{
background-color: #47ABEA;
}
</style>
border-color css
<style>
span { border-color: #47ABEA; }
span { border-color: rgb(71,171,234); }
td.TdClassName
{
border-color: #47ABEA;
}
.TagClassName
{
border-color: #47ABEA;
}
</style>