#A9CEC2

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

Shades of Opal #A9CEC2

Tints of Opal #A9CEC2

Color information

#A9CEC2 (or 0xA9CEC2) is unknown color: approx Opal. HEX triplet: A9, CE and C2. RGB value is (169,206,194). Sum of RGB (Red+Green+Blue) = 169+206+194=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEC2 is #56313D. Grayscale: #C1C1C1. Windows color (decimal): -5648702 or 12766889. OLE color: 12766889.

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

Color convert

RGB169206194-
CMYK0.1800.060.19
HSL160.54º27.41%73.53%-
HSV(B)160.54º17.96%80.78%-
XYZ48.1756.4759.4-
YUV193.57128.24110.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 194 (76.17% from 255) = 34.09%
R=29.70%
G=36.20%
B=34.09%

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
Decimal1692061940.1800.060.19160.5427.4173.53
HexA9CEC2120613a11b4a
Octal25131630222062324133112
Binary1010100111001110110000101001001101001110100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEC2; }

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

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

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

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

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

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

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

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