Shades of Summer Sky #47ABDF
Tints of Summer Sky #47ABDF
RGB
CMYK
RGB Variations
Color information
#47ABDF (or 0x47ABDF) is known color: Summer Sky. HEX triplet: 47, AB and DF. RGB value is (71,171,223). Sum of RGB (Red+Green+Blue) = 71+171+223=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #47ABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABDF is #B85420. Grayscale: #929292. Windows color (decimal): -12080161 or 14658375. OLE color: 14658375.
HSL color Cylindrical-coordinate representation of color #47ABDF: hue angle of 200.53º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47ABDF is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 171 | 223 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.13 |
| HSL | 200.53º | 0.7% | 0.58% | - |
| HSV(B) | 200.53º | 0.68% | 0.87% | - |
| XYZ | 30.48 | 35.79 | 75.11 | - |
| YUV | 147.03 | 170.87 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 223 | 0.68 | 0.23 | 0 | 0.13 | 200.53 | 0.7 | 0.58 |
| Hex | 47 | AB | DF | 44 | 17 | 0 | D | C9 | 46 | 3A |
| Octal | 107 | 253 | 337 | 104 | 27 | 0 | 15 | 311 | 106 | 72 |
| Binary | 1000111 | 10101011 | 11011111 | 1000100 | 10111 | 0 | 1101 | 11001001 | 1000110 | 111010 |
Color Harmonies of #47ABDF
Complementary color
Monochromatic Colors of #47ABDF
Black with #47ABDF
Text Example
Text Example
White with #47ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABDF; }
p { color: rgb(71,171,223); }
H1.HeaderClassName
{
color: #47ABDF;
}
.AnyTagClassName
{
color: #47ABDF;
}
</style>
background-color css
<style>
a { background-color: #47ABDF; }
a { background-color: rgb(71,171,223); }
div.DivClassName
{
background-color: #47ABDF;
}
.BgClassName
{
background-color: #47ABDF;
}
</style>
border-color css
<style>
span { border-color: #47ABDF; }
span { border-color: rgb(71,171,223); }
td.TdClassName
{
border-color: #47ABDF;
}
.TagClassName
{
border-color: #47ABDF;
}
</style>