#9AADAF

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

Shades of Botticelli #9AADAF

Tints of Botticelli #9AADAF

Color information

#9AADAF (or 0x9AADAF) is unknown color: approx Botticelli. HEX triplet: 9A, AD and AF. RGB value is (154,173,175). Sum of RGB (Red+Green+Blue) = 154+173+175=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AADAF is #655250. Grayscale: #A7A7A7. Windows color (decimal): -6640209 or 11513242. OLE color: 11513242.

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

Color convert

RGB154173175-
CMYK0.120.0100.31
HSL185.71º11.6%64.51%-
HSV(B)185.71º12%68.63%-
XYZ36.0139.8546.35-
YUV167.55132.21118.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.68%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=30.68%
G=34.46%
B=34.86%

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
Decimal1541731750.120.0100.31185.7111.664.51
Hex9AADAFC101Fbac41
Octal23225525714103727214101
Binary100110101010110110101111110010111111011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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