#9AACB2

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

Shades of Botticelli #9AACB2

Tints of Botticelli #9AACB2

Color information

#9AACB2 (or 0x9AACB2) is unknown color: approx Botticelli. HEX triplet: 9A, AC and B2. RGB value is (154,172,178). Sum of RGB (Red+Green+Blue) = 154+172+178=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #9AACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AACB2 is #65534D. Grayscale: #A7A7A7. Windows color (decimal): -6640462 or 11709594. OLE color: 11709594.

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

Color convert

RGB154172178-
CMYK0.130.0300.30
HSL195º13.48%65.1%-
HSV(B)195º13.48%69.8%-
XYZ36.1139.5947.86-
YUV167.3134.04118.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=30.56%
G=34.13%
B=35.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541721780.130.0300.3019513.4865.1
Hex9AACB2D301Ec3d41
Octal23225426215303630315101
Binary1001101010101100101100101101110111101100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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