#A9CDBE

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

Shades of Opal #A9CDBE

Tints of Opal #A9CDBE

Color information

#A9CDBE (or 0xA9CDBE) is unknown color: approx Opal. HEX triplet: A9, CD and BE. RGB value is (169,205,190). Sum of RGB (Red+Green+Blue) = 169+205+190=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDBE is #563241. Grayscale: #C0C0C0. Windows color (decimal): -5648962 or 12504489. OLE color: 12504489.

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

Color convert

RGB169205190-
CMYK0.1800.070.20
HSL155º26.47%73.33%-
HSV(B)155º17.56%80.39%-
XYZ47.4955.8256.99-
YUV192.53126.57111.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=29.96%
G=36.35%
B=33.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051900.1800.070.2015526.4773.33
HexA9CDBE1207149b1a49
Octal25131527622072423332111
Binary1010100111001101101111101001001111010010011011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDBE; }

 p { color: rgb(169,205,190); }

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

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

 a { background-color: rgb(169,205,190); }

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

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

 span { border-color: rgb(169,205,190); }

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