#9AACB1

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

Shades of Botticelli #9AACB1

Tints of Botticelli #9AACB1

Color information

#9AACB1 (or 0x9AACB1) is unknown color: approx Botticelli. HEX triplet: 9A, AC and B1. RGB value is (154,172,177). Sum of RGB (Red+Green+Blue) = 154+172+177=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #9AACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AACB1 is #65534E. Grayscale: #A7A7A7. Windows color (decimal): -6640463 or 11644058. OLE color: 11644058.

HSL color Cylindrical-coordinate representation of color #9AACB1: hue angle of 193.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AACB1 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154172177-
CMYK0.130.0300.31
HSL193.04º12.85%64.9%-
HSV(B)193.04º12.99%69.41%-
XYZ36.0139.5547.33-
YUV167.19133.54118.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=30.62%
G=34.19%
B=35.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541721770.130.0300.31193.0412.8564.9
Hex9AACB1D301Fc1d41
Octal23225426115303730115101
Binary1001101010101100101100011101110111111100000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AACB1; }

 p { color: rgb(154,172,177); }

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

<style>
 a { background-color: #9AACB1; }

 a { background-color: rgb(154,172,177); }

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

<style>
 span { border-color: #9AACB1; }

 span { border-color: rgb(154,172,177); }

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