#8AA5AF

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

Shades of Botticelli #8AA5AF

Tints of Botticelli #8AA5AF

Color information

#8AA5AF (or 0x8AA5AF) is unknown color: approx Botticelli. HEX triplet: 8A, A5 and AF. RGB value is (138,165,175). Sum of RGB (Red+Green+Blue) = 138+165+175=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #8AA5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA5AF is #755A50. Grayscale: #9E9E9E. Windows color (decimal): -7690833 or 11511178. OLE color: 11511178.

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

Color convert

RGB138165175-
CMYK0.210.0600.31
HSL196.22º18.78%61.37%-
HSV(B)196.22º21.14%68.63%-
XYZ31.6735.4145.72-
YUV158.07137.55113.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.87%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=28.87%
G=34.52%
B=36.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381651750.210.0600.31196.2218.7861.37
Hex8AA5AF15601Fc4133d
Octal2122452572560373042375
Binary100010101010010110101111101011100111111100010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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