#8AA5AE

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

Shades of Botticelli #8AA5AE

Tints of Botticelli #8AA5AE

Color information

#8AA5AE (or 0x8AA5AE) is unknown color: approx Botticelli. HEX triplet: 8A, A5 and AE. RGB value is (138,165,174). Sum of RGB (Red+Green+Blue) = 138+165+174=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #8AA5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA5AE is #755A51. Grayscale: #9D9D9D. Windows color (decimal): -7690834 or 11445642. OLE color: 11445642.

HSL color Cylindrical-coordinate representation of color #8AA5AE: hue angle of 195º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AA5AE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB138165174-
CMYK0.210.0500.32
HSL195º18.18%61.18%-
HSV(B)195º20.69%68.24%-
XYZ31.5835.3745.21-
YUV157.95137.05113.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.93%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=28.93%
G=34.59%
B=36.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381651740.210.0500.3219518.1861.18
Hex8AA5AE155020c3123d
Octal2122452562550403032275
Binary1000101010100101101011101010110101000001100001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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