Shades of Sinbad #A3DED9
Tints of Sinbad #A3DED9
RGB
CMYK
RGB Variations
Color information
#A3DED9 (or 0xA3DED9) is known color: Sinbad. HEX triplet: A3, DE and D9. RGB value is (163,222,217). Sum of RGB (Red+Green+Blue) = 163+222+217=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DED9 is #5C2126. Grayscale: #CBCBCB. Windows color (decimal): -6037799 or 14278307. OLE color: 14278307.
HSL color Cylindrical-coordinate representation of color #A3DED9: hue angle of 174.92º 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 #A3DED9 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 217 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.13 |
| HSL | 174.92º | 0.47% | 0.75% | - |
| HSV(B) | 174.92º | 0.27% | 0.87% | - |
| XYZ | 53.75 | 65.04 | 75.37 | - |
| YUV | 203.79 | 135.45 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 217 | 0.27 | 0 | 0.02 | 0.13 | 174.92 | 0.47 | 0.75 |
| Hex | A3 | DE | D9 | 1B | 0 | 2 | D | AF | 2F | 4B |
| Octal | 243 | 336 | 331 | 33 | 0 | 2 | 15 | 257 | 57 | 113 |
| Binary | 10100011 | 11011110 | 11011001 | 11011 | 0 | 10 | 1101 | 10101111 | 101111 | 1001011 |
Color Harmonies of #A3DED9
Complementary color
Monochromatic Colors of #A3DED9
Black with #A3DED9
Text Example
Text Example
White with #A3DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DED9; }
p { color: rgb(163,222,217); }
H1.HeaderClassName
{
color: #A3DED9;
}
.AnyTagClassName
{
color: #A3DED9;
}
</style>
background-color css
<style>
a { background-color: #A3DED9; }
a { background-color: rgb(163,222,217); }
div.DivClassName
{
background-color: #A3DED9;
}
.BgClassName
{
background-color: #A3DED9;
}
</style>
border-color css
<style>
span { border-color: #A3DED9; }
span { border-color: rgb(163,222,217); }
td.TdClassName
{
border-color: #A3DED9;
}
.TagClassName
{
border-color: #A3DED9;
}
</style>