#8AABB1

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

Shades of Botticelli #8AABB1

Tints of Botticelli #8AABB1

Color information

#8AABB1 (or 0x8AABB1) is unknown color: approx Botticelli. HEX triplet: 8A, AB and B1. RGB value is (138,171,177). Sum of RGB (Red+Green+Blue) = 138+171+177=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #8AABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AABB1 is #75544E. Grayscale: #A1A1A1. Windows color (decimal): -7689295 or 11643786. OLE color: 11643786.

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

Color convert

RGB138171177-
CMYK0.220.0300.31
HSL189.23º20%61.76%-
HSV(B)189.23º22.03%69.41%-
XYZ32.9837.747.13-
YUV161.82136.57111.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.40%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=28.40%
G=35.19%
B=36.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381711770.220.0300.31189.232061.76
Hex8AABB116301Fbd143e
Octal2122532612630372752476
Binary10001010101010111011000110110110111111011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,177); }

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

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

 a { background-color: rgb(138,171,177); }

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

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

 span { border-color: rgb(138,171,177); }

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