Shades of Sinbad #A8CCC9
Tints of Sinbad #A8CCC9
RGB
CMYK
RGB Variations
Color information
#A8CCC9 (or 0xA8CCC9) is known color: Sinbad. HEX triplet: A8, CC and C9. RGB value is (168,204,201). Sum of RGB (Red+Green+Blue) = 168+204+201=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCC9 is #573336. Grayscale: #C0C0C0. Windows color (decimal): -5714743 or 13225128. OLE color: 13225128.
HSL color Cylindrical-coordinate representation of color #A8CCC9: hue angle of 175º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCC9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 168 | 204 | 201 | - |
CMYK | 0.18 | 0 | 0.01 | 0.2 |
HSL | 175º | 0.26% | 0.73% | - |
HSV(B) | 175º | 0.18% | 0.8% | - |
XYZ | 48.28 | 55.73 | 63.47 | - |
YUV | 192.89 | 132.57 | 110.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 204 | 201 | 0.18 | 0 | 0.01 | 0.2 | 175 | 0.26 | 0.73 |
Hex | A8 | CC | C9 | 12 | 0 | 1 | 14 | AF | 1A | 49 |
Octal | 250 | 314 | 311 | 22 | 0 | 1 | 24 | 257 | 32 | 111 |
Binary | 10101000 | 11001100 | 11001001 | 10010 | 0 | 1 | 10100 | 10101111 | 11010 | 1001001 |
Color Harmonies of #A8CCC9
Complementary color
Monochromatic Colors of #A8CCC9
Black with #A8CCC9
Text Example
Text Example
White with #A8CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCC9; }
p { color: rgb(168,204,201); }
H1.HeaderClassName
{
color: #A8CCC9;
}
.AnyTagClassName
{
color: #A8CCC9;
}
</style>
background-color css
<style>
a { background-color: #A8CCC9; }
a { background-color: rgb(168,204,201); }
div.DivClassName
{
background-color: #A8CCC9;
}
.BgClassName
{
background-color: #A8CCC9;
}
</style>
border-color css
<style>
span { border-color: #A8CCC9; }
span { border-color: rgb(168,204,201); }
td.TdClassName
{
border-color: #A8CCC9;
}
.TagClassName
{
border-color: #A8CCC9;
}
</style>