#A9C5BF

Color #A9C5BF Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #A9C5BF

Tints of Opal #A9C5BF

Color information

#A9C5BF (or 0xA9C5BF) is unknown color: approx Opal. HEX triplet: A9, C5 and BF. RGB value is (169,197,191). Sum of RGB (Red+Green+Blue) = 169+197+191=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C5BF is #563A40. Grayscale: #BBBBBB. Windows color (decimal): -5651009 or 12567977. OLE color: 12567977.

HSL color Cylindrical-coordinate representation of color #A9C5BF: hue angle of 167.14º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C5BF is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB169197191-
CMYK0.1400.030.23
HSL167.14º19.44%71.76%-
HSV(B)167.14º14.21%77.25%-
XYZ45.7352.1356.94-
YUV187.94129.72114.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 30.34%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 191 (75% from 255) = 34.29%
R=30.34%
G=35.37%
B=34.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691971910.1400.030.23167.1419.4471.76
HexA9C5BFE0317a71348
Octal25130527716032724723110
Binary10101001110001011011111111100111011110100111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C5BF; }

 p { color: rgb(169,197,191); }

 H1.HeaderClassName
 {
   color: #A9C5BF;
 }
 .AnyTagClassName
 {
   color: #A9C5BF;
 }
</style>
background-color css

<style>
 a { background-color: #A9C5BF; }

 a { background-color: rgb(169,197,191); }

 div.DivClassName
 {
   background-color: #A9C5BF;
 }
 .BgClassName
 {
   background-color: #A9C5BF;
 }
</style>
border-color css

<style>
 span { border-color: #A9C5BF; }

 span { border-color: rgb(169,197,191); }

 td.TdClassName
 {
   border-color: #A9C5BF;
 }
 .TagClassName
 {
   border-color: #A9C5BF;
 }
</style>