Shades of Sinbad #A3D5CC
Tints of Sinbad #A3D5CC
RGB
CMYK
RGB Variations
Color information
#A3D5CC (or 0xA3D5CC) is known color: Sinbad. HEX triplet: A3, D5 and CC. RGB value is (163,213,204). Sum of RGB (Red+Green+Blue) = 163+213+204=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D5CC is #5C2A33. Grayscale: #C5C5C5. Windows color (decimal): -6040116 or 13424035. OLE color: 13424035.
HSL color Cylindrical-coordinate representation of color #A3D5CC: hue angle of 169.2º degrees, saturation: 0.37, 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 #A3D5CC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 204 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.16 |
| HSL | 169.2º | 0.37% | 0.74% | - |
| HSV(B) | 169.2º | 0.23% | 0.84% | - |
| XYZ | 49.8 | 59.73 | 66.03 | - |
| YUV | 197.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 204 | 0.23 | 0 | 0.04 | 0.16 | 169.2 | 0.37 | 0.74 |
| Hex | A3 | D5 | CC | 17 | 0 | 4 | 10 | A9 | 25 | 4A |
| Octal | 243 | 325 | 314 | 27 | 0 | 4 | 20 | 251 | 45 | 112 |
| Binary | 10100011 | 11010101 | 11001100 | 10111 | 0 | 100 | 10000 | 10101001 | 100101 | 1001010 |
Color Harmonies of #A3D5CC
Complementary color
Monochromatic Colors of #A3D5CC
Black with #A3D5CC
Text Example
Text Example
White with #A3D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D5CC; }
p { color: rgb(163,213,204); }
H1.HeaderClassName
{
color: #A3D5CC;
}
.AnyTagClassName
{
color: #A3D5CC;
}
</style>
background-color css
<style>
a { background-color: #A3D5CC; }
a { background-color: rgb(163,213,204); }
div.DivClassName
{
background-color: #A3D5CC;
}
.BgClassName
{
background-color: #A3D5CC;
}
</style>
border-color css
<style>
span { border-color: #A3D5CC; }
span { border-color: rgb(163,213,204); }
td.TdClassName
{
border-color: #A3D5CC;
}
.TagClassName
{
border-color: #A3D5CC;
}
</style>