#9AADB4

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

Shades of Botticelli #9AADB4

Tints of Botticelli #9AADB4

Color information

#9AADB4 (or 0x9AADB4) is unknown color: approx Botticelli. HEX triplet: 9A, AD and B4. RGB value is (154,173,180). Sum of RGB (Red+Green+Blue) = 154+173+180=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 180 - color contains mainly: blue. Hex color #9AADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADB4 is #65524B. Grayscale: #A8A8A8. Windows color (decimal): -6640204 or 11840922. OLE color: 11840922.

HSL color Cylindrical-coordinate representation of color #9AADB4: hue angle of 196.15º 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 #9AADB4 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB154173180-
CMYK0.140.0400.29
HSL196.15º14.77%65.49%-
HSV(B)196.15º14.44%70.59%-
XYZ36.5140.0548.99-
YUV168.12134.71117.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=30.37%
G=34.12%
B=35.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541731800.140.0400.29196.1514.7765.49
Hex9AADB4E401Dc4f41
Octal23225526416403530417101
Binary10011010101011011011010011101000111011100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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