Shades of Opal #A5C9BB
Tints of Opal #A5C9BB
RGB
CMYK
RGB Variations
Color information
#A5C9BB (or 0xA5C9BB) is known color: Opal. HEX triplet: A5, C9 and BB. RGB value is (165,201,187). Sum of RGB (Red+Green+Blue) = 165+201+187=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9BB is #5A3644. Grayscale: #BCBCBC. Windows color (decimal): -5912133 or 12306853. OLE color: 12306853.
HSL color Cylindrical-coordinate representation of color #A5C9BB: hue angle of 156.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C9BB is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 187 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.21 |
| HSL | 156.67º | 0.25% | 0.72% | - |
| HSV(B) | 156.67º | 0.18% | 0.79% | - |
| XYZ | 45.37 | 53.36 | 54.92 | - |
| YUV | 188.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 187 | 0.18 | 0 | 0.07 | 0.21 | 156.67 | 0.25 | 0.72 |
| Hex | A5 | C9 | BB | 12 | 0 | 7 | 15 | 9D | 19 | 48 |
| Octal | 245 | 311 | 273 | 22 | 0 | 7 | 25 | 235 | 31 | 110 |
| Binary | 10100101 | 11001001 | 10111011 | 10010 | 0 | 111 | 10101 | 10011101 | 11001 | 1001000 |
Color Harmonies of #A5C9BB
Complementary color
Monochromatic Colors of #A5C9BB
Black with #A5C9BB
Text Example
Text Example
White with #A5C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C9BB; }
p { color: rgb(165,201,187); }
H1.HeaderClassName
{
color: #A5C9BB;
}
.AnyTagClassName
{
color: #A5C9BB;
}
</style>
background-color css
<style>
a { background-color: #A5C9BB; }
a { background-color: rgb(165,201,187); }
div.DivClassName
{
background-color: #A5C9BB;
}
.BgClassName
{
background-color: #A5C9BB;
}
</style>
border-color css
<style>
span { border-color: #A5C9BB; }
span { border-color: rgb(165,201,187); }
td.TdClassName
{
border-color: #A5C9BB;
}
.TagClassName
{
border-color: #A5C9BB;
}
</style>