#A9CFC2

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

Shades of Opal #A9CFC2

Tints of Opal #A9CFC2

Color information

#A9CFC2 (or 0xA9CFC2) is unknown color: approx Opal. HEX triplet: A9, CF and C2. RGB value is (169,207,194). Sum of RGB (Red+Green+Blue) = 169+207+194=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFC2 is #56303D. Grayscale: #C2C2C2. Windows color (decimal): -5648446 or 12767145. OLE color: 12767145.

HSL color Cylindrical-coordinate representation of color #A9CFC2: hue angle of 159.47º 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 #A9CFC2 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB169207194-
CMYK0.1800.060.19
HSL159.47º28.36%73.73%-
HSV(B)159.47º18.36%81.18%-
XYZ48.4156.9659.48-
YUV194.16127.91110.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=29.65%
G=36.32%
B=34.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692071940.1800.060.19159.4728.3673.73
HexA9CFC21206139f1c4a
Octal25131730222062323734112
Binary1010100111001111110000101001001101001110011111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFC2; }

 p { color: rgb(169,207,194); }

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

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

 a { background-color: rgb(169,207,194); }

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

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

 span { border-color: rgb(169,207,194); }

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