Shades of Sinbad #A8CCCA
Tints of Sinbad #A8CCCA
RGB
CMYK
RGB Variations
Color information
#A8CCCA (or 0xA8CCCA) is known color: Sinbad. HEX triplet: A8, CC and CA. RGB value is (168,204,202). Sum of RGB (Red+Green+Blue) = 168+204+202=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCCA is #573335. Grayscale: #C0C0C0. Windows color (decimal): -5714742 or 13290664. OLE color: 13290664.
HSL color Cylindrical-coordinate representation of color #A8CCCA: hue angle of 176.67º 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 #A8CCCA is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 202 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.2 |
| HSL | 176.67º | 0.26% | 0.73% | - |
| HSV(B) | 176.67º | 0.18% | 0.8% | - |
| XYZ | 48.4 | 55.77 | 64.09 | - |
| YUV | 193.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 202 | 0.18 | 0 | 0.01 | 0.2 | 176.67 | 0.26 | 0.73 |
| Hex | A8 | CC | CA | 12 | 0 | 1 | 14 | B1 | 1A | 49 |
| Octal | 250 | 314 | 312 | 22 | 0 | 1 | 24 | 261 | 32 | 111 |
| Binary | 10101000 | 11001100 | 11001010 | 10010 | 0 | 1 | 10100 | 10110001 | 11010 | 1001001 |
Color Harmonies of #A8CCCA
Complementary color
Monochromatic Colors of #A8CCCA
Black with #A8CCCA
Text Example
Text Example
White with #A8CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCCA; }
p { color: rgb(168,204,202); }
H1.HeaderClassName
{
color: #A8CCCA;
}
.AnyTagClassName
{
color: #A8CCCA;
}
</style>
background-color css
<style>
a { background-color: #A8CCCA; }
a { background-color: rgb(168,204,202); }
div.DivClassName
{
background-color: #A8CCCA;
}
.BgClassName
{
background-color: #A8CCCA;
}
</style>
border-color css
<style>
span { border-color: #A8CCCA; }
span { border-color: rgb(168,204,202); }
td.TdClassName
{
border-color: #A8CCCA;
}
.TagClassName
{
border-color: #A8CCCA;
}
</style>