Shades of Sinbad #A6D5CC
Tints of Sinbad #A6D5CC
RGB
CMYK
RGB Variations
Color information
#A6D5CC (or 0xA6D5CC) is known color: Sinbad. HEX triplet: A6, D5 and CC. RGB value is (166,213,204). Sum of RGB (Red+Green+Blue) = 166+213+204=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5CC is #592A33. Grayscale: #C5C5C5. Windows color (decimal): -5843508 or 13424038. OLE color: 13424038.
HSL color Cylindrical-coordinate representation of color #A6D5CC: hue angle of 168.51º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5CC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 204 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.16 |
| HSL | 168.51º | 0.36% | 0.74% | - |
| HSV(B) | 168.51º | 0.22% | 0.84% | - |
| XYZ | 50.42 | 60.06 | 66.06 | - |
| YUV | 197.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 204 | 0.22 | 0 | 0.04 | 0.16 | 168.51 | 0.36 | 0.74 |
| Hex | A6 | D5 | CC | 16 | 0 | 4 | 10 | A9 | 24 | 4A |
| Octal | 246 | 325 | 314 | 26 | 0 | 4 | 20 | 251 | 44 | 112 |
| Binary | 10100110 | 11010101 | 11001100 | 10110 | 0 | 100 | 10000 | 10101001 | 100100 | 1001010 |
Color Harmonies of #A6D5CC
Complementary color
Monochromatic Colors of #A6D5CC
Black with #A6D5CC
Text Example
Text Example
White with #A6D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5CC; }
p { color: rgb(166,213,204); }
H1.HeaderClassName
{
color: #A6D5CC;
}
.AnyTagClassName
{
color: #A6D5CC;
}
</style>
background-color css
<style>
a { background-color: #A6D5CC; }
a { background-color: rgb(166,213,204); }
div.DivClassName
{
background-color: #A6D5CC;
}
.BgClassName
{
background-color: #A6D5CC;
}
</style>
border-color css
<style>
span { border-color: #A6D5CC; }
span { border-color: rgb(166,213,204); }
td.TdClassName
{
border-color: #A6D5CC;
}
.TagClassName
{
border-color: #A6D5CC;
}
</style>