#8AA8B0

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

Shades of Botticelli #8AA8B0

Tints of Botticelli #8AA8B0

Color information

#8AA8B0 (or 0x8AA8B0) is unknown color: approx Botticelli. HEX triplet: 8A, A8 and B0. RGB value is (138,168,176). Sum of RGB (Red+Green+Blue) = 138+168+176=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 176 - color contains mainly: blue. Hex color #8AA8B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA8B0 is #75574F. Grayscale: #9F9F9F. Windows color (decimal): -7690064 or 11577482. OLE color: 11577482.

HSL color Cylindrical-coordinate representation of color #8AA8B0: hue angle of 192.63º 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 #8AA8B0 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138168176-
CMYK0.220.0500.31
HSL192.63º19.39%61.57%-
HSV(B)192.63º21.59%69.02%-
XYZ32.3236.5446.42-
YUV159.94137.06112.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=28.63%
G=34.85%
B=36.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381681760.220.0500.31192.6319.3961.57
Hex8AA8B016501Fc1133e
Octal2122502602650373012376
Binary100010101010100010110000101101010111111100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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