Shades of Summer Sky #47CDF2
Tints of Summer Sky #47CDF2
RGB
CMYK
RGB Variations
Color information
#47CDF2 (or 0x47CDF2) is known color: Summer Sky. HEX triplet: 47, CD and F2. RGB value is (71,205,242). Sum of RGB (Red+Green+Blue) = 71+205+242=518 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.71% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #47CDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CDF2 is #B8320D. Grayscale: #A8A8A8. Windows color (decimal): -12071438 or 15912263. OLE color: 15912263.
HSL color Cylindrical-coordinate representation of color #47CDF2: hue angle of 192.98º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47CDF2 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 205 | 242 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.05 |
| HSL | 192.98º | 0.87% | 0.61% | - |
| HSV(B) | 192.98º | 0.71% | 0.95% | - |
| XYZ | 40.46 | 51.41 | 91.8 | - |
| YUV | 169.15 | 169.11 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 242 | 0.71 | 0.15 | 0 | 0.05 | 192.98 | 0.87 | 0.61 |
| Hex | 47 | CD | F2 | 47 | F | 0 | 5 | C1 | 57 | 3D |
| Octal | 107 | 315 | 362 | 107 | 17 | 0 | 5 | 301 | 127 | 75 |
| Binary | 1000111 | 11001101 | 11110010 | 1000111 | 1111 | 0 | 101 | 11000001 | 1010111 | 111101 |
Color Harmonies of #47CDF2
Complementary color
Monochromatic Colors of #47CDF2
Black with #47CDF2
Text Example
Text Example
White with #47CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CDF2; }
p { color: rgb(71,205,242); }
H1.HeaderClassName
{
color: #47CDF2;
}
.AnyTagClassName
{
color: #47CDF2;
}
</style>
background-color css
<style>
a { background-color: #47CDF2; }
a { background-color: rgb(71,205,242); }
div.DivClassName
{
background-color: #47CDF2;
}
.BgClassName
{
background-color: #47CDF2;
}
</style>
border-color css
<style>
span { border-color: #47CDF2; }
span { border-color: rgb(71,205,242); }
td.TdClassName
{
border-color: #47CDF2;
}
.TagClassName
{
border-color: #47CDF2;
}
</style>