Shades of Sinbad #A1E1DC
Tints of Sinbad #A1E1DC
RGB
CMYK
RGB Variations
Color information
#A1E1DC (or 0xA1E1DC) is known color: Sinbad. HEX triplet: A1, E1 and DC. RGB value is (161,225,220). Sum of RGB (Red+Green+Blue) = 161+225+220=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1DC is #5E1E23. Grayscale: #CDCDCD. Windows color (decimal): -6168100 or 14475681. OLE color: 14475681.
HSL color Cylindrical-coordinate representation of color #A1E1DC: hue angle of 175.31º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1DC is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 220 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.12 |
| HSL | 175.31º | 0.52% | 0.76% | - |
| HSV(B) | 175.31º | 0.28% | 0.88% | - |
| XYZ | 54.54 | 66.59 | 77.69 | - |
| YUV | 205.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 220 | 0.28 | 0 | 0.02 | 0.12 | 175.31 | 0.52 | 0.76 |
| Hex | A1 | E1 | DC | 1C | 0 | 2 | C | AF | 34 | 4C |
| Octal | 241 | 341 | 334 | 34 | 0 | 2 | 14 | 257 | 64 | 114 |
| Binary | 10100001 | 11100001 | 11011100 | 11100 | 0 | 10 | 1100 | 10101111 | 110100 | 1001100 |
Color Harmonies of #A1E1DC
Complementary color
Monochromatic Colors of #A1E1DC
Black with #A1E1DC
Text Example
Text Example
White with #A1E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1DC; }
p { color: rgb(161,225,220); }
H1.HeaderClassName
{
color: #A1E1DC;
}
.AnyTagClassName
{
color: #A1E1DC;
}
</style>
background-color css
<style>
a { background-color: #A1E1DC; }
a { background-color: rgb(161,225,220); }
div.DivClassName
{
background-color: #A1E1DC;
}
.BgClassName
{
background-color: #A1E1DC;
}
</style>
border-color css
<style>
span { border-color: #A1E1DC; }
span { border-color: rgb(161,225,220); }
td.TdClassName
{
border-color: #A1E1DC;
}
.TagClassName
{
border-color: #A1E1DC;
}
</style>