Shades of Sinbad #A7E0DC
Tints of Sinbad #A7E0DC
RGB
CMYK
RGB Variations
Color information
#A7E0DC (or 0xA7E0DC) is known color: Sinbad. HEX triplet: A7, E0 and DC. RGB value is (167,224,220). Sum of RGB (Red+Green+Blue) = 167+224+220=611 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.33% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E0DC is #581F23. Grayscale: #CECECE. Windows color (decimal): -5775140 or 14475431. OLE color: 14475431.
HSL color Cylindrical-coordinate representation of color #A7E0DC: hue angle of 175.79º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7E0DC is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 220 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.12 |
| HSL | 175.79º | 0.48% | 0.77% | - |
| HSV(B) | 175.79º | 0.25% | 0.88% | - |
| XYZ | 55.51 | 66.69 | 77.66 | - |
| YUV | 206.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 220 | 0.25 | 0 | 0.02 | 0.12 | 175.79 | 0.48 | 0.77 |
| Hex | A7 | E0 | DC | 19 | 0 | 2 | C | B0 | 30 | 4D |
| Octal | 247 | 340 | 334 | 31 | 0 | 2 | 14 | 260 | 60 | 115 |
| Binary | 10100111 | 11100000 | 11011100 | 11001 | 0 | 10 | 1100 | 10110000 | 110000 | 1001101 |
Color Harmonies of #A7E0DC
Complementary color
Monochromatic Colors of #A7E0DC
Black with #A7E0DC
Text Example
Text Example
White with #A7E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E0DC; }
p { color: rgb(167,224,220); }
H1.HeaderClassName
{
color: #A7E0DC;
}
.AnyTagClassName
{
color: #A7E0DC;
}
</style>
background-color css
<style>
a { background-color: #A7E0DC; }
a { background-color: rgb(167,224,220); }
div.DivClassName
{
background-color: #A7E0DC;
}
.BgClassName
{
background-color: #A7E0DC;
}
</style>
border-color css
<style>
span { border-color: #A7E0DC; }
span { border-color: rgb(167,224,220); }
td.TdClassName
{
border-color: #A7E0DC;
}
.TagClassName
{
border-color: #A7E0DC;
}
</style>