Shades of Summer Sky #47AFDE
Tints of Summer Sky #47AFDE
RGB
CMYK
RGB Variations
Color information
#47AFDE (or 0x47AFDE) is known color: Summer Sky. HEX triplet: 47, AF and DE. RGB value is (71,175,222). Sum of RGB (Red+Green+Blue) = 71+175+222=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #47AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFDE is #B85021. Grayscale: #949494. Windows color (decimal): -12079138 or 14593863. OLE color: 14593863.
HSL color Cylindrical-coordinate representation of color #47AFDE: hue angle of 198.68º 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 #47AFDE is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 175 | 222 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.13 |
| HSL | 198.68º | 0.7% | 0.57% | - |
| HSV(B) | 198.68º | 0.68% | 0.87% | - |
| XYZ | 31.11 | 37.27 | 74.66 | - |
| YUV | 149.26 | 169.04 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 222 | 0.68 | 0.21 | 0 | 0.13 | 198.68 | 0.7 | 0.57 |
| Hex | 47 | AF | DE | 44 | 15 | 0 | D | C7 | 46 | 39 |
| Octal | 107 | 257 | 336 | 104 | 25 | 0 | 15 | 307 | 106 | 71 |
| Binary | 1000111 | 10101111 | 11011110 | 1000100 | 10101 | 0 | 1101 | 11000111 | 1000110 | 111001 |
Color Harmonies of #47AFDE
Complementary color
Monochromatic Colors of #47AFDE
Black with #47AFDE
Text Example
Text Example
White with #47AFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AFDE; }
p { color: rgb(71,175,222); }
H1.HeaderClassName
{
color: #47AFDE;
}
.AnyTagClassName
{
color: #47AFDE;
}
</style>
background-color css
<style>
a { background-color: #47AFDE; }
a { background-color: rgb(71,175,222); }
div.DivClassName
{
background-color: #47AFDE;
}
.BgClassName
{
background-color: #47AFDE;
}
</style>
border-color css
<style>
span { border-color: #47AFDE; }
span { border-color: rgb(71,175,222); }
td.TdClassName
{
border-color: #47AFDE;
}
.TagClassName
{
border-color: #47AFDE;
}
</style>