Shades of Summer Sky #47AFE6
Tints of Summer Sky #47AFE6
RGB
CMYK
RGB Variations
Color information
#47AFE6 (or 0x47AFE6) is known color: Summer Sky. HEX triplet: 47, AF and E6. RGB value is (71,175,230). Sum of RGB (Red+Green+Blue) = 71+175+230=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #47AFE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47AFE6 is #B85019. Grayscale: #959595. Windows color (decimal): -12079130 or 15118151. OLE color: 15118151.
HSL color Cylindrical-coordinate representation of color #47AFE6: hue angle of 200.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47AFE6 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 175 | 230 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.10 |
| HSL | 200.75º | 0.76% | 0.59% | - |
| HSV(B) | 200.75º | 0.69% | 0.9% | - |
| XYZ | 32.21 | 37.71 | 80.44 | - |
| YUV | 150.17 | 173.04 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 230 | 0.69 | 0.24 | 0 | 0.10 | 200.75 | 0.76 | 0.59 |
| Hex | 47 | AF | E6 | 45 | 18 | 0 | A | C9 | 4C | 3B |
| Octal | 107 | 257 | 346 | 105 | 30 | 0 | 12 | 311 | 114 | 73 |
| Binary | 1000111 | 10101111 | 11100110 | 1000101 | 11000 | 0 | 1010 | 11001001 | 1001100 | 111011 |
Color Harmonies of #47AFE6
Complementary color
Monochromatic Colors of #47AFE6
Black with #47AFE6
Text Example
Text Example
White with #47AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AFE6; }
p { color: rgb(71,175,230); }
H1.HeaderClassName
{
color: #47AFE6;
}
.AnyTagClassName
{
color: #47AFE6;
}
</style>
background-color css
<style>
a { background-color: #47AFE6; }
a { background-color: rgb(71,175,230); }
div.DivClassName
{
background-color: #47AFE6;
}
.BgClassName
{
background-color: #47AFE6;
}
</style>
border-color css
<style>
span { border-color: #47AFE6; }
span { border-color: rgb(71,175,230); }
td.TdClassName
{
border-color: #47AFE6;
}
.TagClassName
{
border-color: #47AFE6;
}
</style>