Shades of Summer Sky #47BBDF
Tints of Summer Sky #47BBDF
RGB
CMYK
RGB Variations
Color information
#47BBDF (or 0x47BBDF) is known color: Summer Sky. HEX triplet: 47, BB and DF. RGB value is (71,187,223). Sum of RGB (Red+Green+Blue) = 71+187+223=481 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.76% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #47BBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBDF is #B84420. Grayscale: #9C9C9C. Windows color (decimal): -12076065 or 14662471. OLE color: 14662471.
HSL color Cylindrical-coordinate representation of color #47BBDF: hue angle of 194.21º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47BBDF is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 187 | 223 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.13 |
| HSL | 194.21º | 0.7% | 0.58% | - |
| HSV(B) | 194.21º | 0.68% | 0.87% | - |
| XYZ | 33.69 | 42.21 | 76.18 | - |
| YUV | 156.42 | 165.57 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 223 | 0.68 | 0.16 | 0 | 0.13 | 194.21 | 0.7 | 0.58 |
| Hex | 47 | BB | DF | 44 | 10 | 0 | D | C2 | 46 | 3A |
| Octal | 107 | 273 | 337 | 104 | 20 | 0 | 15 | 302 | 106 | 72 |
| Binary | 1000111 | 10111011 | 11011111 | 1000100 | 10000 | 0 | 1101 | 11000010 | 1000110 | 111010 |
Color Harmonies of #47BBDF
Complementary color
Monochromatic Colors of #47BBDF
Black with #47BBDF
Text Example
Text Example
White with #47BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBDF; }
p { color: rgb(71,187,223); }
H1.HeaderClassName
{
color: #47BBDF;
}
.AnyTagClassName
{
color: #47BBDF;
}
</style>
background-color css
<style>
a { background-color: #47BBDF; }
a { background-color: rgb(71,187,223); }
div.DivClassName
{
background-color: #47BBDF;
}
.BgClassName
{
background-color: #47BBDF;
}
</style>
border-color css
<style>
span { border-color: #47BBDF; }
span { border-color: rgb(71,187,223); }
td.TdClassName
{
border-color: #47BBDF;
}
.TagClassName
{
border-color: #47BBDF;
}
</style>