#9AB4B5

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

Shades of Botticelli #9AB4B5

Tints of Botticelli #9AB4B5

Color information

#9AB4B5 (or 0x9AB4B5) is unknown color: approx Botticelli. HEX triplet: 9A, B4 and B5. RGB value is (154,180,181). Sum of RGB (Red+Green+Blue) = 154+180+181=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 181 - color contains mainly: blue. Hex color #9AB4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4B5 is #654B4A. Grayscale: #ACACAC. Windows color (decimal): -6638411 or 11908250. OLE color: 11908250.

HSL color Cylindrical-coordinate representation of color #9AB4B5: hue angle of 182.22º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AB4B5 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB154180181-
CMYK0.150.0100.29
HSL182.22º15.43%65.69%-
HSV(B)182.22º14.92%70.98%-
XYZ37.9942.8549.98-
YUV172.34132.89114.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 181 (71.09% from 255) = 35.15%
R=29.90%
G=34.95%
B=35.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801810.150.0100.29182.2215.4365.69
Hex9AB4B5F101Db6f42
Octal23226426517103526617102
Binary100110101011010010110101111110111011011011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,181); }

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

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

 a { background-color: rgb(154,180,181); }

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

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

 span { border-color: rgb(154,180,181); }

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