#A9CBC4

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

Shades of Opal #A9CBC4

Tints of Opal #A9CBC4

Color information

#A9CBC4 (or 0xA9CBC4) is unknown color: approx Opal. HEX triplet: A9, CB and C4. RGB value is (169,203,196). Sum of RGB (Red+Green+Blue) = 169+203+196=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBC4 is #56343B. Grayscale: #C0C0C0. Windows color (decimal): -5649468 or 12897193. OLE color: 12897193.

HSL color Cylindrical-coordinate representation of color #A9CBC4: hue angle of 167.65º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CBC4 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB169203196-
CMYK0.1700.030.20
HSL167.65º24.64%72.94%-
HSV(B)167.65º16.75%79.61%-
XYZ47.6855.1360.35-
YUV192.04130.24111.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=29.75%
G=35.74%
B=34.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031960.1700.030.20167.6524.6472.94
HexA9CBC4110314a81949
Octal25131330421032425031111
Binary101010011100101111000100100010111010010101000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBC4; }

 p { color: rgb(169,203,196); }

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

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

 a { background-color: rgb(169,203,196); }

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

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

 span { border-color: rgb(169,203,196); }

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