#8AA5B0

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

Shades of Botticelli #8AA5B0

Tints of Botticelli #8AA5B0

Color information

#8AA5B0 (or 0x8AA5B0) is unknown color: approx Botticelli. HEX triplet: 8A, A5 and B0. RGB value is (138,165,176). Sum of RGB (Red+Green+Blue) = 138+165+176=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 176 - color contains mainly: blue. Hex color #8AA5B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA5B0 is #755A4F. Grayscale: #9E9E9E. Windows color (decimal): -7690832 or 11576714. OLE color: 11576714.

HSL color Cylindrical-coordinate representation of color #8AA5B0: hue angle of 197.37º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AA5B0 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138165176-
CMYK0.220.0600.31
HSL197.37º19.39%61.57%-
HSV(B)197.37º21.59%69.02%-
XYZ31.7735.4546.24-
YUV158.18138.05113.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=28.81%
G=34.45%
B=36.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381651760.220.0600.31197.3719.3961.57
Hex8AA5B016601Fc5133e
Octal2122452602660373052376
Binary100010101010010110110000101101100111111100010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA5B0; }

 p { color: rgb(138,165,176); }

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

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

 a { background-color: rgb(138,165,176); }

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

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

 span { border-color: rgb(138,165,176); }

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