Shades of Sinbad #A7DEDA
Tints of Sinbad #A7DEDA
RGB
CMYK
RGB Variations
Color information
#A7DEDA (or 0xA7DEDA) is known color: Sinbad. HEX triplet: A7, DE and DA. RGB value is (167,222,218). Sum of RGB (Red+Green+Blue) = 167+222+218=607 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.51% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEDA is #582125. Grayscale: #CDCDCD. Windows color (decimal): -5775654 or 14343847. OLE color: 14343847.
HSL color Cylindrical-coordinate representation of color #A7DEDA: hue angle of 175.64º 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 #A7DEDA is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 222 | 218 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.13 |
| HSL | 175.64º | 0.45% | 0.76% | - |
| HSV(B) | 175.64º | 0.25% | 0.87% | - |
| XYZ | 54.71 | 65.52 | 76.09 | - |
| YUV | 205.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 218 | 0.25 | 0 | 0.02 | 0.13 | 175.64 | 0.45 | 0.76 |
| Hex | A7 | DE | DA | 19 | 0 | 2 | D | B0 | 2D | 4C |
| Octal | 247 | 336 | 332 | 31 | 0 | 2 | 15 | 260 | 55 | 114 |
| Binary | 10100111 | 11011110 | 11011010 | 11001 | 0 | 10 | 1101 | 10110000 | 101101 | 1001100 |
Color Harmonies of #A7DEDA
Complementary color
Monochromatic Colors of #A7DEDA
Black with #A7DEDA
Text Example
Text Example
White with #A7DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DEDA; }
p { color: rgb(167,222,218); }
H1.HeaderClassName
{
color: #A7DEDA;
}
.AnyTagClassName
{
color: #A7DEDA;
}
</style>
background-color css
<style>
a { background-color: #A7DEDA; }
a { background-color: rgb(167,222,218); }
div.DivClassName
{
background-color: #A7DEDA;
}
.BgClassName
{
background-color: #A7DEDA;
}
</style>
border-color css
<style>
span { border-color: #A7DEDA; }
span { border-color: rgb(167,222,218); }
td.TdClassName
{
border-color: #A7DEDA;
}
.TagClassName
{
border-color: #A7DEDA;
}
</style>