Shades of Sinbad #A1E3DE
Tints of Sinbad #A1E3DE
RGB
CMYK
RGB Variations
Color information
#A1E3DE (or 0xA1E3DE) is known color: Sinbad. HEX triplet: A1, E3 and DE. RGB value is (161,227,222). Sum of RGB (Red+Green+Blue) = 161+227+222=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3DE is #5E1C21. Grayscale: #CECECE. Windows color (decimal): -6167586 or 14607265. OLE color: 14607265.
HSL color Cylindrical-coordinate representation of color #A1E3DE: hue angle of 175.45º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E3DE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 222 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.11 |
| HSL | 175.45º | 0.54% | 0.76% | - |
| HSV(B) | 175.45º | 0.29% | 0.89% | - |
| XYZ | 55.35 | 67.79 | 79.27 | - |
| YUV | 206.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 222 | 0.29 | 0 | 0.02 | 0.11 | 175.45 | 0.54 | 0.76 |
| Hex | A1 | E3 | DE | 1D | 0 | 2 | B | AF | 36 | 4C |
| Octal | 241 | 343 | 336 | 35 | 0 | 2 | 13 | 257 | 66 | 114 |
| Binary | 10100001 | 11100011 | 11011110 | 11101 | 0 | 10 | 1011 | 10101111 | 110110 | 1001100 |
Color Harmonies of #A1E3DE
Complementary color
Monochromatic Colors of #A1E3DE
Black with #A1E3DE
Text Example
Text Example
White with #A1E3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E3DE; }
p { color: rgb(161,227,222); }
H1.HeaderClassName
{
color: #A1E3DE;
}
.AnyTagClassName
{
color: #A1E3DE;
}
</style>
background-color css
<style>
a { background-color: #A1E3DE; }
a { background-color: rgb(161,227,222); }
div.DivClassName
{
background-color: #A1E3DE;
}
.BgClassName
{
background-color: #A1E3DE;
}
</style>
border-color css
<style>
span { border-color: #A1E3DE; }
span { border-color: rgb(161,227,222); }
td.TdClassName
{
border-color: #A1E3DE;
}
.TagClassName
{
border-color: #A1E3DE;
}
</style>