#A5CBBF

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

Shades of Opal #A5CBBF

Tints of Opal #A5CBBF

Color information

#A5CBBF (or 0xA5CBBF) is unknown color: approx Opal. HEX triplet: A5, CB and BF. RGB value is (165,203,191). Sum of RGB (Red+Green+Blue) = 165+203+191=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBBF is #5A3440. Grayscale: #BEBEBE. Windows color (decimal): -5911617 or 12569509. OLE color: 12569509.

HSL color Cylindrical-coordinate representation of color #A5CBBF: hue angle of 161.05º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CBBF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB165203191-
CMYK0.1900.060.20
HSL161.05º26.76%72.16%-
HSV(B)161.05º18.72%79.61%-
XYZ46.2854.4757.37-
YUV190.27128.41109.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 191 (75% from 255) = 34.17%
R=29.52%
G=36.31%
B=34.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031910.1900.060.20161.0526.7672.16
HexA5CBBF130614a11b48
Octal24531327723062424133110
Binary1010010111001011101111111001101101010010100001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBBF; }

 p { color: rgb(165,203,191); }

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

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

 a { background-color: rgb(165,203,191); }

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

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

 span { border-color: rgb(165,203,191); }

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