#9AAFB2

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

Shades of Botticelli #9AAFB2

Tints of Botticelli #9AAFB2

Color information

#9AAFB2 (or 0x9AAFB2) is unknown color: approx Botticelli. HEX triplet: 9A, AF and B2. RGB value is (154,175,178). Sum of RGB (Red+Green+Blue) = 154+175+178=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 178 - color contains mainly: blue. Hex color #9AAFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFB2 is #65504D. Grayscale: #A9A9A9. Windows color (decimal): -6639694 or 11710362. OLE color: 11710362.

HSL color Cylindrical-coordinate representation of color #9AAFB2: hue angle of 187.5º 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 #9AAFB2 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB154175178-
CMYK0.130.0200.30
HSL187.5º13.48%65.1%-
HSV(B)187.5º13.48%69.8%-
XYZ36.6940.7448.05-
YUV169.06133.04117.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=30.37%
G=34.52%
B=35.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541751780.130.0200.30187.513.4865.1
Hex9AAFB2D201Ebbd41
Octal23225726215203627315101
Binary1001101010101111101100101101100111101011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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