Shades of Sinbad #A5D5CC
Tints of Sinbad #A5D5CC
RGB
CMYK
RGB Variations
Color information
#A5D5CC (or 0xA5D5CC) is known color: Sinbad. HEX triplet: A5, D5 and CC. RGB value is (165,213,204). Sum of RGB (Red+Green+Blue) = 165+213+204=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5CC is #5A2A33. Grayscale: #C5C5C5. Windows color (decimal): -5909044 or 13424037. OLE color: 13424037.
HSL color Cylindrical-coordinate representation of color #A5D5CC: hue angle of 168.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5CC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 204 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.16 |
| HSL | 168.75º | 0.36% | 0.74% | - |
| HSV(B) | 168.75º | 0.23% | 0.84% | - |
| XYZ | 50.21 | 59.95 | 66.05 | - |
| YUV | 197.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 204 | 0.23 | 0 | 0.04 | 0.16 | 168.75 | 0.36 | 0.74 |
| Hex | A5 | D5 | CC | 17 | 0 | 4 | 10 | A9 | 24 | 4A |
| Octal | 245 | 325 | 314 | 27 | 0 | 4 | 20 | 251 | 44 | 112 |
| Binary | 10100101 | 11010101 | 11001100 | 10111 | 0 | 100 | 10000 | 10101001 | 100100 | 1001010 |
Color Harmonies of #A5D5CC
Complementary color
Monochromatic Colors of #A5D5CC
Black with #A5D5CC
Text Example
Text Example
White with #A5D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5CC; }
p { color: rgb(165,213,204); }
H1.HeaderClassName
{
color: #A5D5CC;
}
.AnyTagClassName
{
color: #A5D5CC;
}
</style>
background-color css
<style>
a { background-color: #A5D5CC; }
a { background-color: rgb(165,213,204); }
div.DivClassName
{
background-color: #A5D5CC;
}
.BgClassName
{
background-color: #A5D5CC;
}
</style>
border-color css
<style>
span { border-color: #A5D5CC; }
span { border-color: rgb(165,213,204); }
td.TdClassName
{
border-color: #A5D5CC;
}
.TagClassName
{
border-color: #A5D5CC;
}
</style>