Shades of Sinbad #A1E3DD
Tints of Sinbad #A1E3DD
RGB
CMYK
RGB Variations
Color information
#A1E3DD (or 0xA1E3DD) is known color: Sinbad. HEX triplet: A1, E3 and DD. RGB value is (161,227,221). Sum of RGB (Red+Green+Blue) = 161+227+221=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3DD is #5E1C22. Grayscale: #CECECE. Windows color (decimal): -6167587 or 14541729. OLE color: 14541729.
HSL color Cylindrical-coordinate representation of color #A1E3DD: hue angle of 174.55º 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 #A1E3DD is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 221 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.11 |
| HSL | 174.55º | 0.54% | 0.76% | - |
| HSV(B) | 174.55º | 0.29% | 0.89% | - |
| XYZ | 55.22 | 67.74 | 78.57 | - |
| YUV | 206.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 221 | 0.29 | 0 | 0.03 | 0.11 | 174.55 | 0.54 | 0.76 |
| Hex | A1 | E3 | DD | 1D | 0 | 3 | B | AF | 36 | 4C |
| Octal | 241 | 343 | 335 | 35 | 0 | 3 | 13 | 257 | 66 | 114 |
| Binary | 10100001 | 11100011 | 11011101 | 11101 | 0 | 11 | 1011 | 10101111 | 110110 | 1001100 |
Color Harmonies of #A1E3DD
Complementary color
Monochromatic Colors of #A1E3DD
Black with #A1E3DD
Text Example
Text Example
White with #A1E3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E3DD; }
p { color: rgb(161,227,221); }
H1.HeaderClassName
{
color: #A1E3DD;
}
.AnyTagClassName
{
color: #A1E3DD;
}
</style>
background-color css
<style>
a { background-color: #A1E3DD; }
a { background-color: rgb(161,227,221); }
div.DivClassName
{
background-color: #A1E3DD;
}
.BgClassName
{
background-color: #A1E3DD;
}
</style>
border-color css
<style>
span { border-color: #A1E3DD; }
span { border-color: rgb(161,227,221); }
td.TdClassName
{
border-color: #A1E3DD;
}
.TagClassName
{
border-color: #A1E3DD;
}
</style>