Shades of Summer Sky #47CDEF
Tints of Summer Sky #47CDEF
RGB
CMYK
RGB Variations
Color information
#47CDEF (or 0x47CDEF) is known color: Summer Sky. HEX triplet: 47, CD and EF. RGB value is (71,205,239). Sum of RGB (Red+Green+Blue) = 71+205+239=515 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.79% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #47CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CDEF is #B83210. Grayscale: #A8A8A8. Windows color (decimal): -12071441 or 15715655. OLE color: 15715655.
HSL color Cylindrical-coordinate representation of color #47CDEF: hue angle of 192.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47CDEF is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 205 | 239 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.06 |
| HSL | 192.14º | 0.84% | 0.61% | - |
| HSV(B) | 192.14º | 0.7% | 0.94% | - |
| XYZ | 40.01 | 51.23 | 89.44 | - |
| YUV | 168.81 | 167.61 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 239 | 0.70 | 0.14 | 0 | 0.06 | 192.14 | 0.84 | 0.61 |
| Hex | 47 | CD | EF | 46 | E | 0 | 6 | C0 | 54 | 3D |
| Octal | 107 | 315 | 357 | 106 | 16 | 0 | 6 | 300 | 124 | 75 |
| Binary | 1000111 | 11001101 | 11101111 | 1000110 | 1110 | 0 | 110 | 11000000 | 1010100 | 111101 |
Color Harmonies of #47CDEF
Complementary color
Monochromatic Colors of #47CDEF
Black with #47CDEF
Text Example
Text Example
White with #47CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CDEF; }
p { color: rgb(71,205,239); }
H1.HeaderClassName
{
color: #47CDEF;
}
.AnyTagClassName
{
color: #47CDEF;
}
</style>
background-color css
<style>
a { background-color: #47CDEF; }
a { background-color: rgb(71,205,239); }
div.DivClassName
{
background-color: #47CDEF;
}
.BgClassName
{
background-color: #47CDEF;
}
</style>
border-color css
<style>
span { border-color: #47CDEF; }
span { border-color: rgb(71,205,239); }
td.TdClassName
{
border-color: #47CDEF;
}
.TagClassName
{
border-color: #47CDEF;
}
</style>