Shades of Sinbad #A6CFCE
Tints of Sinbad #A6CFCE
RGB
CMYK
RGB Variations
Color information
#A6CFCE (or 0xA6CFCE) is known color: Sinbad. HEX triplet: A6, CF and CE. RGB value is (166,207,206). Sum of RGB (Red+Green+Blue) = 166+207+206=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFCE is #593031. Grayscale: #C2C2C2. Windows color (decimal): -5845042 or 13553574. OLE color: 13553574.
HSL color Cylindrical-coordinate representation of color #A6CFCE: hue angle of 178.54º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFCE is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 206 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.19 |
| HSL | 178.54º | 0.3% | 0.73% | - |
| HSV(B) | 178.54º | 0.2% | 0.81% | - |
| XYZ | 49.18 | 57.19 | 66.84 | - |
| YUV | 194.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 206 | 0.20 | 0 | 0.00 | 0.19 | 178.54 | 0.3 | 0.73 |
| Hex | A6 | CF | CE | 14 | 0 | 0 | 13 | B3 | 1E | 49 |
| Octal | 246 | 317 | 316 | 24 | 0 | 0 | 23 | 263 | 36 | 111 |
| Binary | 10100110 | 11001111 | 11001110 | 10100 | 0 | 0 | 10011 | 10110011 | 11110 | 1001001 |
Color Harmonies of #A6CFCE
Complementary color
Monochromatic Colors of #A6CFCE
Black with #A6CFCE
Text Example
Text Example
White with #A6CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFCE; }
p { color: rgb(166,207,206); }
H1.HeaderClassName
{
color: #A6CFCE;
}
.AnyTagClassName
{
color: #A6CFCE;
}
</style>
background-color css
<style>
a { background-color: #A6CFCE; }
a { background-color: rgb(166,207,206); }
div.DivClassName
{
background-color: #A6CFCE;
}
.BgClassName
{
background-color: #A6CFCE;
}
</style>
border-color css
<style>
span { border-color: #A6CFCE; }
span { border-color: rgb(166,207,206); }
td.TdClassName
{
border-color: #A6CFCE;
}
.TagClassName
{
border-color: #A6CFCE;
}
</style>