Shades of Sinbad #A5D3CA
Tints of Sinbad #A5D3CA
RGB
CMYK
RGB Variations
Color information
#A5D3CA (or 0xA5D3CA) is known color: Sinbad. HEX triplet: A5, D3 and CA. RGB value is (165,211,202). Sum of RGB (Red+Green+Blue) = 165+211+202=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D3CA is #5A2C35. Grayscale: #C4C4C4. Windows color (decimal): -5909558 or 13292453. OLE color: 13292453.
HSL color Cylindrical-coordinate representation of color #A5D3CA: hue angle of 168.26º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5D3CA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 211 | 202 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.17 |
| HSL | 168.26º | 0.34% | 0.74% | - |
| HSV(B) | 168.26º | 0.22% | 0.83% | - |
| XYZ | 49.47 | 58.85 | 64.63 | - |
| YUV | 196.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 211 | 202 | 0.22 | 0 | 0.04 | 0.17 | 168.26 | 0.34 | 0.74 |
| Hex | A5 | D3 | CA | 16 | 0 | 4 | 11 | A8 | 22 | 4A |
| Octal | 245 | 323 | 312 | 26 | 0 | 4 | 21 | 250 | 42 | 112 |
| Binary | 10100101 | 11010011 | 11001010 | 10110 | 0 | 100 | 10001 | 10101000 | 100010 | 1001010 |
Color Harmonies of #A5D3CA
Complementary color
Monochromatic Colors of #A5D3CA
Black with #A5D3CA
Text Example
Text Example
White with #A5D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D3CA; }
p { color: rgb(165,211,202); }
H1.HeaderClassName
{
color: #A5D3CA;
}
.AnyTagClassName
{
color: #A5D3CA;
}
</style>
background-color css
<style>
a { background-color: #A5D3CA; }
a { background-color: rgb(165,211,202); }
div.DivClassName
{
background-color: #A5D3CA;
}
.BgClassName
{
background-color: #A5D3CA;
}
</style>
border-color css
<style>
span { border-color: #A5D3CA; }
span { border-color: rgb(165,211,202); }
td.TdClassName
{
border-color: #A5D3CA;
}
.TagClassName
{
border-color: #A5D3CA;
}
</style>