#8AA9B3

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

Shades of Botticelli #8AA9B3

Tints of Botticelli #8AA9B3

Color information

#8AA9B3 (or 0x8AA9B3) is unknown color: approx Botticelli. HEX triplet: 8A, A9 and B3. RGB value is (138,169,179). Sum of RGB (Red+Green+Blue) = 138+169+179=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 179 - color contains mainly: blue. Hex color #8AA9B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9B3 is #75564C. Grayscale: #A0A0A0. Windows color (decimal): -7689805 or 11774346. OLE color: 11774346.

HSL color Cylindrical-coordinate representation of color #8AA9B3: hue angle of 194.63º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA9B3 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB138169179-
CMYK0.230.0600.30
HSL194.63º21.24%62.16%-
HSV(B)194.63º22.91%70.2%-
XYZ32.8137.0348.07-
YUV160.87138.23111.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.40%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=28.40%
G=34.77%
B=36.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381691790.230.0600.30194.6321.2462.16
Hex8AA9B317601Ec3153e
Octal2122512632760363032576
Binary100010101010100110110011101111100111101100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,179); }

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

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

 a { background-color: rgb(138,169,179); }

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

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

 span { border-color: rgb(138,169,179); }

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