Shades of Opal #A9CFC5
Tints of Opal #A9CFC5
RGB
CMYK
RGB Variations
Color information
#A9CFC5 (or 0xA9CFC5) is known color: Opal. HEX triplet: A9, CF and C5. RGB value is (169,207,197). Sum of RGB (Red+Green+Blue) = 169+207+197=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFC5 is #56303A. Grayscale: #C2C2C2. Windows color (decimal): -5648443 or 12963753. OLE color: 12963753.
HSL color Cylindrical-coordinate representation of color #A9CFC5: hue angle of 164.21º 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 #A9CFC5 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 197 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.19 |
| HSL | 164.21º | 0.28% | 0.74% | - |
| HSV(B) | 164.21º | 0.18% | 0.81% | - |
| XYZ | 48.75 | 57.09 | 61.27 | - |
| YUV | 194.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 197 | 0.18 | 0 | 0.05 | 0.19 | 164.21 | 0.28 | 0.74 |
| Hex | A9 | CF | C5 | 12 | 0 | 5 | 13 | A4 | 1C | 4A |
| Octal | 251 | 317 | 305 | 22 | 0 | 5 | 23 | 244 | 34 | 112 |
| Binary | 10101001 | 11001111 | 11000101 | 10010 | 0 | 101 | 10011 | 10100100 | 11100 | 1001010 |
Color Harmonies of #A9CFC5
Complementary color
Monochromatic Colors of #A9CFC5
Black with #A9CFC5
Text Example
Text Example
White with #A9CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CFC5; }
p { color: rgb(169,207,197); }
H1.HeaderClassName
{
color: #A9CFC5;
}
.AnyTagClassName
{
color: #A9CFC5;
}
</style>
background-color css
<style>
a { background-color: #A9CFC5; }
a { background-color: rgb(169,207,197); }
div.DivClassName
{
background-color: #A9CFC5;
}
.BgClassName
{
background-color: #A9CFC5;
}
</style>
border-color css
<style>
span { border-color: #A9CFC5; }
span { border-color: rgb(169,207,197); }
td.TdClassName
{
border-color: #A9CFC5;
}
.TagClassName
{
border-color: #A9CFC5;
}
</style>