Shades of Summer Sky #47CBF0
Tints of Summer Sky #47CBF0
RGB
CMYK
RGB Variations
Color information
#47CBF0 (or 0x47CBF0) is known color: Summer Sky. HEX triplet: 47, CB and F0. RGB value is (71,203,240). Sum of RGB (Red+Green+Blue) = 71+203+240=514 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.81% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #47CBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CBF0 is #B8340F. Grayscale: #A7A7A7. Windows color (decimal): -12071952 or 15780679. OLE color: 15780679.
HSL color Cylindrical-coordinate representation of color #47CBF0: hue angle of 193.14º degrees, saturation: 0.85, 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 #47CBF0 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 203 | 240 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.06 |
| HSL | 193.14º | 0.85% | 0.61% | - |
| HSV(B) | 193.14º | 0.7% | 0.94% | - |
| XYZ | 39.68 | 50.34 | 90.06 | - |
| YUV | 167.75 | 168.77 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 240 | 0.70 | 0.15 | 0 | 0.06 | 193.14 | 0.85 | 0.61 |
| Hex | 47 | CB | F0 | 46 | F | 0 | 6 | C1 | 55 | 3D |
| Octal | 107 | 313 | 360 | 106 | 17 | 0 | 6 | 301 | 125 | 75 |
| Binary | 1000111 | 11001011 | 11110000 | 1000110 | 1111 | 0 | 110 | 11000001 | 1010101 | 111101 |
Color Harmonies of #47CBF0
Complementary color
Monochromatic Colors of #47CBF0
Black with #47CBF0
Text Example
Text Example
White with #47CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBF0; }
p { color: rgb(71,203,240); }
H1.HeaderClassName
{
color: #47CBF0;
}
.AnyTagClassName
{
color: #47CBF0;
}
</style>
background-color css
<style>
a { background-color: #47CBF0; }
a { background-color: rgb(71,203,240); }
div.DivClassName
{
background-color: #47CBF0;
}
.BgClassName
{
background-color: #47CBF0;
}
</style>
border-color css
<style>
span { border-color: #47CBF0; }
span { border-color: rgb(71,203,240); }
td.TdClassName
{
border-color: #47CBF0;
}
.TagClassName
{
border-color: #47CBF0;
}
</style>