Shades of Sinbad #A9CFCB
Tints of Sinbad #A9CFCB
RGB
CMYK
RGB Variations
Color information
#A9CFCB (or 0xA9CFCB) is known color: Sinbad. HEX triplet: A9, CF and CB. RGB value is (169,207,203). Sum of RGB (Red+Green+Blue) = 169+207+203=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFCB is #563034. Grayscale: #C3C3C3. Windows color (decimal): -5648437 or 13356969. OLE color: 13356969.
HSL color Cylindrical-coordinate representation of color #A9CFCB: hue angle of 173.68º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CFCB is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 203 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.19 |
| HSL | 173.68º | 0.28% | 0.74% | - |
| HSV(B) | 173.68º | 0.18% | 0.81% | - |
| XYZ | 49.45 | 57.37 | 64.97 | - |
| YUV | 195.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 203 | 0.18 | 0 | 0.02 | 0.19 | 173.68 | 0.28 | 0.74 |
| Hex | A9 | CF | CB | 12 | 0 | 2 | 13 | AE | 1C | 4A |
| Octal | 251 | 317 | 313 | 22 | 0 | 2 | 23 | 256 | 34 | 112 |
| Binary | 10101001 | 11001111 | 11001011 | 10010 | 0 | 10 | 10011 | 10101110 | 11100 | 1001010 |
Color Harmonies of #A9CFCB
Complementary color
Monochromatic Colors of #A9CFCB
Black with #A9CFCB
Text Example
Text Example
White with #A9CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CFCB; }
p { color: rgb(169,207,203); }
H1.HeaderClassName
{
color: #A9CFCB;
}
.AnyTagClassName
{
color: #A9CFCB;
}
</style>
background-color css
<style>
a { background-color: #A9CFCB; }
a { background-color: rgb(169,207,203); }
div.DivClassName
{
background-color: #A9CFCB;
}
.BgClassName
{
background-color: #A9CFCB;
}
</style>
border-color css
<style>
span { border-color: #A9CFCB; }
span { border-color: rgb(169,207,203); }
td.TdClassName
{
border-color: #A9CFCB;
}
.TagClassName
{
border-color: #A9CFCB;
}
</style>