Shades of Sinbad #A7DEDC
Tints of Sinbad #A7DEDC
RGB
CMYK
RGB Variations
Color information
#A7DEDC (or 0xA7DEDC) is known color: Sinbad. HEX triplet: A7, DE and DC. RGB value is (167,222,220). Sum of RGB (Red+Green+Blue) = 167+222+220=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEDC is #582123. Grayscale: #CDCDCD. Windows color (decimal): -5775652 or 14474919. OLE color: 14474919.
HSL color Cylindrical-coordinate representation of color #A7DEDC: hue angle of 177.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DEDC is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 222 | 220 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.13 |
| HSL | 177.82º | 0.45% | 0.76% | - |
| HSV(B) | 177.82º | 0.25% | 0.87% | - |
| XYZ | 54.98 | 65.63 | 77.48 | - |
| YUV | 205.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 220 | 0.25 | 0 | 0.01 | 0.13 | 177.82 | 0.45 | 0.76 |
| Hex | A7 | DE | DC | 19 | 0 | 1 | D | B2 | 2D | 4C |
| Octal | 247 | 336 | 334 | 31 | 0 | 1 | 15 | 262 | 55 | 114 |
| Binary | 10100111 | 11011110 | 11011100 | 11001 | 0 | 1 | 1101 | 10110010 | 101101 | 1001100 |
Color Harmonies of #A7DEDC
Complementary color
Monochromatic Colors of #A7DEDC
Black with #A7DEDC
Text Example
Text Example
White with #A7DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DEDC; }
p { color: rgb(167,222,220); }
H1.HeaderClassName
{
color: #A7DEDC;
}
.AnyTagClassName
{
color: #A7DEDC;
}
</style>
background-color css
<style>
a { background-color: #A7DEDC; }
a { background-color: rgb(167,222,220); }
div.DivClassName
{
background-color: #A7DEDC;
}
.BgClassName
{
background-color: #A7DEDC;
}
</style>
border-color css
<style>
span { border-color: #A7DEDC; }
span { border-color: rgb(167,222,220); }
td.TdClassName
{
border-color: #A7DEDC;
}
.TagClassName
{
border-color: #A7DEDC;
}
</style>