Shades of Sinbad #A6D4CC
Tints of Sinbad #A6D4CC
RGB
CMYK
RGB Variations
Color information
#A6D4CC (or 0xA6D4CC) is known color: Sinbad. HEX triplet: A6, D4 and CC. RGB value is (166,212,204). Sum of RGB (Red+Green+Blue) = 166+212+204=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D4CC is #592B33. Grayscale: #C5C5C5. Windows color (decimal): -5843764 or 13423782. OLE color: 13423782.
HSL color Cylindrical-coordinate representation of color #A6D4CC: hue angle of 169.57º degrees, saturation: 0.35, 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 #A6D4CC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 204 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.17 |
| HSL | 169.57º | 0.35% | 0.74% | - |
| HSV(B) | 169.57º | 0.22% | 0.83% | - |
| XYZ | 50.17 | 59.55 | 65.98 | - |
| YUV | 197.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 204 | 0.22 | 0 | 0.04 | 0.17 | 169.57 | 0.35 | 0.74 |
| Hex | A6 | D4 | CC | 16 | 0 | 4 | 11 | AA | 23 | 4A |
| Octal | 246 | 324 | 314 | 26 | 0 | 4 | 21 | 252 | 43 | 112 |
| Binary | 10100110 | 11010100 | 11001100 | 10110 | 0 | 100 | 10001 | 10101010 | 100011 | 1001010 |
Color Harmonies of #A6D4CC
Complementary color
Monochromatic Colors of #A6D4CC
Black with #A6D4CC
Text Example
Text Example
White with #A6D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D4CC; }
p { color: rgb(166,212,204); }
H1.HeaderClassName
{
color: #A6D4CC;
}
.AnyTagClassName
{
color: #A6D4CC;
}
</style>
background-color css
<style>
a { background-color: #A6D4CC; }
a { background-color: rgb(166,212,204); }
div.DivClassName
{
background-color: #A6D4CC;
}
.BgClassName
{
background-color: #A6D4CC;
}
</style>
border-color css
<style>
span { border-color: #A6D4CC; }
span { border-color: rgb(166,212,204); }
td.TdClassName
{
border-color: #A6D4CC;
}
.TagClassName
{
border-color: #A6D4CC;
}
</style>