#9AAFB0

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

Shades of Botticelli #9AAFB0

Tints of Botticelli #9AAFB0

Color information

#9AAFB0 (or 0x9AAFB0) is unknown color: approx Botticelli. HEX triplet: 9A, AF and B0. RGB value is (154,175,176). Sum of RGB (Red+Green+Blue) = 154+175+176=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #9AAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFB0 is #65504F. Grayscale: #A8A8A8. Windows color (decimal): -6639696 or 11579290. OLE color: 11579290.

HSL color Cylindrical-coordinate representation of color #9AAFB0: hue angle of 182.73º 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 #9AAFB0 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154175176-
CMYK0.120.0100.31
HSL182.73º12.22%64.71%-
HSV(B)182.73º12.5%69.02%-
XYZ36.4940.6647-
YUV168.83132.04117.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=30.50%
G=34.65%
B=34.85%

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
Decimal1541751760.120.0100.31182.7312.2264.71
Hex9AAFB0C101Fb7c41
Octal23225726014103726714101
Binary100110101010111110110000110010111111011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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