Shades of Sinbad #A3DEDA
Tints of Sinbad #A3DEDA
RGB
CMYK
RGB Variations
Color information
#A3DEDA (or 0xA3DEDA) is known color: Sinbad. HEX triplet: A3, DE and DA. RGB value is (163,222,218). Sum of RGB (Red+Green+Blue) = 163+222+218=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEDA is #5C2125. Grayscale: #CBCBCB. Windows color (decimal): -6037798 or 14343843. OLE color: 14343843.
HSL color Cylindrical-coordinate representation of color #A3DEDA: hue angle of 175.93º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEDA is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 218 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.13 |
| HSL | 175.93º | 0.47% | 0.75% | - |
| HSV(B) | 175.93º | 0.27% | 0.87% | - |
| XYZ | 53.88 | 65.09 | 76.05 | - |
| YUV | 203.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 218 | 0.27 | 0 | 0.02 | 0.13 | 175.93 | 0.47 | 0.75 |
| Hex | A3 | DE | DA | 1B | 0 | 2 | D | B0 | 2F | 4B |
| Octal | 243 | 336 | 332 | 33 | 0 | 2 | 15 | 260 | 57 | 113 |
| Binary | 10100011 | 11011110 | 11011010 | 11011 | 0 | 10 | 1101 | 10110000 | 101111 | 1001011 |
Color Harmonies of #A3DEDA
Complementary color
Monochromatic Colors of #A3DEDA
Black with #A3DEDA
Text Example
Text Example
White with #A3DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEDA; }
p { color: rgb(163,222,218); }
H1.HeaderClassName
{
color: #A3DEDA;
}
.AnyTagClassName
{
color: #A3DEDA;
}
</style>
background-color css
<style>
a { background-color: #A3DEDA; }
a { background-color: rgb(163,222,218); }
div.DivClassName
{
background-color: #A3DEDA;
}
.BgClassName
{
background-color: #A3DEDA;
}
</style>
border-color css
<style>
span { border-color: #A3DEDA; }
span { border-color: rgb(163,222,218); }
td.TdClassName
{
border-color: #A3DEDA;
}
.TagClassName
{
border-color: #A3DEDA;
}
</style>