#A8C9BB

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

Shades of Opal #A8C9BB

Tints of Opal #A8C9BB

Color information

#A8C9BB (or 0xA8C9BB) is unknown color: approx Opal. HEX triplet: A8, C9 and BB. RGB value is (168,201,187). Sum of RGB (Red+Green+Blue) = 168+201+187=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C9BB is #573644. Grayscale: #BDBDBD. Windows color (decimal): -5715525 or 12306856. OLE color: 12306856.

HSL color Cylindrical-coordinate representation of color #A8C9BB: hue angle of 154.55º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C9BB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB168201187-
CMYK0.1600.070.21
HSL154.55º23.4%72.35%-
HSV(B)154.55º16.42%78.82%-
XYZ4653.6954.95-
YUV189.54126.57112.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=30.22%
G=36.15%
B=33.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011870.1600.070.21154.5523.472.35
HexA8C9BB1007159b1748
Octal25031127320072523327110
Binary1010100011001001101110111000001111010110011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C9BB; }

 p { color: rgb(168,201,187); }

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

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

 a { background-color: rgb(168,201,187); }

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

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

 span { border-color: rgb(168,201,187); }

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