Shades of Sinbad #A1E4DF
Tints of Sinbad #A1E4DF
RGB
CMYK
RGB Variations
Color information
#A1E4DF (or 0xA1E4DF) is known color: Sinbad. HEX triplet: A1, E4 and DF. RGB value is (161,228,223). Sum of RGB (Red+Green+Blue) = 161+228+223=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4DF is #5E1B20. Grayscale: #CFCFCF. Windows color (decimal): -6167329 or 14673057. OLE color: 14673057.
HSL color Cylindrical-coordinate representation of color #A1E4DF: hue angle of 175.52º degrees, saturation: 0.55, 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 #A1E4DF is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 223 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.11 |
| HSL | 175.52º | 0.55% | 0.76% | - |
| HSV(B) | 175.52º | 0.29% | 0.89% | - |
| XYZ | 55.76 | 68.39 | 80.07 | - |
| YUV | 207.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 223 | 0.29 | 0 | 0.02 | 0.11 | 175.52 | 0.55 | 0.76 |
| Hex | A1 | E4 | DF | 1D | 0 | 2 | B | B0 | 37 | 4C |
| Octal | 241 | 344 | 337 | 35 | 0 | 2 | 13 | 260 | 67 | 114 |
| Binary | 10100001 | 11100100 | 11011111 | 11101 | 0 | 10 | 1011 | 10110000 | 110111 | 1001100 |
Color Harmonies of #A1E4DF
Complementary color
Monochromatic Colors of #A1E4DF
Black with #A1E4DF
Text Example
Text Example
White with #A1E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E4DF; }
p { color: rgb(161,228,223); }
H1.HeaderClassName
{
color: #A1E4DF;
}
.AnyTagClassName
{
color: #A1E4DF;
}
</style>
background-color css
<style>
a { background-color: #A1E4DF; }
a { background-color: rgb(161,228,223); }
div.DivClassName
{
background-color: #A1E4DF;
}
.BgClassName
{
background-color: #A1E4DF;
}
</style>
border-color css
<style>
span { border-color: #A1E4DF; }
span { border-color: rgb(161,228,223); }
td.TdClassName
{
border-color: #A1E4DF;
}
.TagClassName
{
border-color: #A1E4DF;
}
</style>