#9AAFB4

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

Shades of Botticelli #9AAFB4

Tints of Botticelli #9AAFB4

Color information

#9AAFB4 (or 0x9AAFB4) is unknown color: approx Botticelli. HEX triplet: 9A, AF and B4. RGB value is (154,175,180). Sum of RGB (Red+Green+Blue) = 154+175+180=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #9AAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFB4 is #65504B. Grayscale: #A9A9A9. Windows color (decimal): -6639692 or 11841434. OLE color: 11841434.

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

Color convert

RGB154175180-
CMYK0.140.0300.29
HSL191.54º14.77%65.49%-
HSV(B)191.54º14.44%70.59%-
XYZ36.8940.8349.12-
YUV169.29134.04117.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.26%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=30.26%
G=34.38%
B=35.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541751800.140.0300.29191.5414.7765.49
Hex9AAFB4E301Dc0f41
Octal23225726416303530017101
Binary1001101010101111101101001110110111011100000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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