#9AAEB0

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

Shades of Botticelli #9AAEB0

Tints of Botticelli #9AAEB0

Color information

#9AAEB0 (or 0x9AAEB0) is unknown color: approx Botticelli. HEX triplet: 9A, AE and B0. RGB value is (154,174,176). Sum of RGB (Red+Green+Blue) = 154+174+176=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 176 - color contains mainly: blue. Hex color #9AAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEB0 is #65514F. Grayscale: #A8A8A8. Windows color (decimal): -6639952 or 11579034. OLE color: 11579034.

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

Color convert

RGB154174176-
CMYK0.120.0100.31
HSL185.45º12.22%64.71%-
HSV(B)185.45º12.5%69.02%-
XYZ36.340.2846.94-
YUV168.25132.37117.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 176 (69.14% from 255) = 34.92%
R=30.56%
G=34.52%
B=34.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541741760.120.0100.31185.4512.2264.71
Hex9AAEB0C101Fb9c41
Octal23225626014103727114101
Binary100110101010111010110000110010111111011100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,174,176); }

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

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

 a { background-color: rgb(154,174,176); }

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

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

 span { border-color: rgb(154,174,176); }

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