Shades of Opal #A9CEC3
Tints of Opal #A9CEC3
RGB
CMYK
RGB Variations
Color information
#A9CEC3 (or 0xA9CEC3) is known color: Opal. HEX triplet: A9, CE and C3. RGB value is (169,206,195). Sum of RGB (Red+Green+Blue) = 169+206+195=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEC3 is #56313C. Grayscale: #C1C1C1. Windows color (decimal): -5648701 or 12832425. OLE color: 12832425.
HSL color Cylindrical-coordinate representation of color #A9CEC3: hue angle of 162.16º degrees, saturation: 0.27, 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 #A9CEC3 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 195 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.19 |
| HSL | 162.16º | 0.27% | 0.74% | - |
| HSV(B) | 162.16º | 0.18% | 0.81% | - |
| XYZ | 48.28 | 56.52 | 59.99 | - |
| YUV | 193.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 195 | 0.18 | 0 | 0.05 | 0.19 | 162.16 | 0.27 | 0.74 |
| Hex | A9 | CE | C3 | 12 | 0 | 5 | 13 | A2 | 1B | 4A |
| Octal | 251 | 316 | 303 | 22 | 0 | 5 | 23 | 242 | 33 | 112 |
| Binary | 10101001 | 11001110 | 11000011 | 10010 | 0 | 101 | 10011 | 10100010 | 11011 | 1001010 |
Color Harmonies of #A9CEC3
Complementary color
Monochromatic Colors of #A9CEC3
Black with #A9CEC3
Text Example
Text Example
White with #A9CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CEC3; }
p { color: rgb(169,206,195); }
H1.HeaderClassName
{
color: #A9CEC3;
}
.AnyTagClassName
{
color: #A9CEC3;
}
</style>
background-color css
<style>
a { background-color: #A9CEC3; }
a { background-color: rgb(169,206,195); }
div.DivClassName
{
background-color: #A9CEC3;
}
.BgClassName
{
background-color: #A9CEC3;
}
</style>
border-color css
<style>
span { border-color: #A9CEC3; }
span { border-color: rgb(169,206,195); }
td.TdClassName
{
border-color: #A9CEC3;
}
.TagClassName
{
border-color: #A9CEC3;
}
</style>