Shades of Summer Sky #47ADE4
Tints of Summer Sky #47ADE4
RGB
CMYK
RGB Variations
Color information
#47ADE4 (or 0x47ADE4) is known color: Summer Sky. HEX triplet: 47, AD and E4. RGB value is (71,173,228). Sum of RGB (Red+Green+Blue) = 71+173+228=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #47ADE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADE4 is #B8521B. Grayscale: #949494. Windows color (decimal): -12079644 or 14986567. OLE color: 14986567.
HSL color Cylindrical-coordinate representation of color #47ADE4: hue angle of 201.02º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47ADE4 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 173 | 228 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.11 |
| HSL | 201.02º | 0.74% | 0.59% | - |
| HSV(B) | 201.02º | 0.69% | 0.89% | - |
| XYZ | 31.55 | 36.83 | 78.84 | - |
| YUV | 148.77 | 172.71 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 228 | 0.69 | 0.24 | 0 | 0.11 | 201.02 | 0.74 | 0.59 |
| Hex | 47 | AD | E4 | 45 | 18 | 0 | B | C9 | 4A | 3B |
| Octal | 107 | 255 | 344 | 105 | 30 | 0 | 13 | 311 | 112 | 73 |
| Binary | 1000111 | 10101101 | 11100100 | 1000101 | 11000 | 0 | 1011 | 11001001 | 1001010 | 111011 |
Color Harmonies of #47ADE4
Complementary color
Monochromatic Colors of #47ADE4
Black with #47ADE4
Text Example
Text Example
White with #47ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADE4; }
p { color: rgb(71,173,228); }
H1.HeaderClassName
{
color: #47ADE4;
}
.AnyTagClassName
{
color: #47ADE4;
}
</style>
background-color css
<style>
a { background-color: #47ADE4; }
a { background-color: rgb(71,173,228); }
div.DivClassName
{
background-color: #47ADE4;
}
.BgClassName
{
background-color: #47ADE4;
}
</style>
border-color css
<style>
span { border-color: #47ADE4; }
span { border-color: rgb(71,173,228); }
td.TdClassName
{
border-color: #47ADE4;
}
.TagClassName
{
border-color: #47ADE4;
}
</style>