Shades of Summer Sky #47B6DF
Tints of Summer Sky #47B6DF
RGB
CMYK
RGB Variations
Color information
#47B6DF (or 0x47B6DF) is known color: Summer Sky. HEX triplet: 47, B6 and DF. RGB value is (71,182,223). Sum of RGB (Red+Green+Blue) = 71+182+223=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #47B6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B6DF is #B84920. Grayscale: #999999. Windows color (decimal): -12077345 or 14661191. OLE color: 14661191.
HSL color Cylindrical-coordinate representation of color #47B6DF: hue angle of 196.18º 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 #47B6DF is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 182 | 223 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.13 |
| HSL | 196.18º | 0.7% | 0.58% | - |
| HSV(B) | 196.18º | 0.68% | 0.87% | - |
| XYZ | 32.65 | 40.12 | 75.84 | - |
| YUV | 153.49 | 167.23 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 182 | 223 | 0.68 | 0.18 | 0 | 0.13 | 196.18 | 0.7 | 0.58 |
| Hex | 47 | B6 | DF | 44 | 12 | 0 | D | C4 | 46 | 3A |
| Octal | 107 | 266 | 337 | 104 | 22 | 0 | 15 | 304 | 106 | 72 |
| Binary | 1000111 | 10110110 | 11011111 | 1000100 | 10010 | 0 | 1101 | 11000100 | 1000110 | 111010 |
Color Harmonies of #47B6DF
Complementary color
Monochromatic Colors of #47B6DF
Black with #47B6DF
Text Example
Text Example
White with #47B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B6DF; }
p { color: rgb(71,182,223); }
H1.HeaderClassName
{
color: #47B6DF;
}
.AnyTagClassName
{
color: #47B6DF;
}
</style>
background-color css
<style>
a { background-color: #47B6DF; }
a { background-color: rgb(71,182,223); }
div.DivClassName
{
background-color: #47B6DF;
}
.BgClassName
{
background-color: #47B6DF;
}
</style>
border-color css
<style>
span { border-color: #47B6DF; }
span { border-color: rgb(71,182,223); }
td.TdClassName
{
border-color: #47B6DF;
}
.TagClassName
{
border-color: #47B6DF;
}
</style>