Shades of Sinbad #A4D1CA
Tints of Sinbad #A4D1CA
RGB
CMYK
RGB Variations
Color information
#A4D1CA (or 0xA4D1CA) is known color: Sinbad. HEX triplet: A4, D1 and CA. RGB value is (164,209,202). Sum of RGB (Red+Green+Blue) = 164+209+202=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D1CA is #5B2E35. Grayscale: #C2C2C2. Windows color (decimal): -5975606 or 13291940. OLE color: 13291940.
HSL color Cylindrical-coordinate representation of color #A4D1CA: hue angle of 170.67º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D1CA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 209 | 202 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.18 |
| HSL | 170.67º | 0.33% | 0.73% | - |
| HSV(B) | 170.67º | 0.22% | 0.82% | - |
| XYZ | 48.77 | 57.76 | 64.45 | - |
| YUV | 194.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 202 | 0.22 | 0 | 0.03 | 0.18 | 170.67 | 0.33 | 0.73 |
| Hex | A4 | D1 | CA | 16 | 0 | 3 | 12 | AB | 21 | 49 |
| Octal | 244 | 321 | 312 | 26 | 0 | 3 | 22 | 253 | 41 | 111 |
| Binary | 10100100 | 11010001 | 11001010 | 10110 | 0 | 11 | 10010 | 10101011 | 100001 | 1001001 |
Color Harmonies of #A4D1CA
Complementary color
Monochromatic Colors of #A4D1CA
Black with #A4D1CA
Text Example
Text Example
White with #A4D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D1CA; }
p { color: rgb(164,209,202); }
H1.HeaderClassName
{
color: #A4D1CA;
}
.AnyTagClassName
{
color: #A4D1CA;
}
</style>
background-color css
<style>
a { background-color: #A4D1CA; }
a { background-color: rgb(164,209,202); }
div.DivClassName
{
background-color: #A4D1CA;
}
.BgClassName
{
background-color: #A4D1CA;
}
</style>
border-color css
<style>
span { border-color: #A4D1CA; }
span { border-color: rgb(164,209,202); }
td.TdClassName
{
border-color: #A4D1CA;
}
.TagClassName
{
border-color: #A4D1CA;
}
</style>