#94A6AD

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

Shades of Botticelli #94A6AD

Tints of Botticelli #94A6AD

Color information

#94A6AD (or 0x94A6AD) is unknown color: approx Botticelli. HEX triplet: 94, A6 and AD. RGB value is (148,166,173). Sum of RGB (Red+Green+Blue) = 148+166+173=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #94A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A6AD is #6B5952. Grayscale: #A1A1A1. Windows color (decimal): -7035219 or 11380372. OLE color: 11380372.

HSL color Cylindrical-coordinate representation of color #94A6AD: hue angle of 196.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94A6AD is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148166173-
CMYK0.140.0400.32
HSL196.8º13.23%62.94%-
HSV(B)196.8º14.45%67.84%-
XYZ33.3936.5944.84-
YUV161.42134.54118.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=30.39%
G=34.09%
B=35.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481661730.140.0400.32196.813.2362.94
Hex94A6ADE4020c5d3f
Octal2242462551640403051577
Binary10010100101001101010110111101000100000110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A6AD; }

 p { color: rgb(148,166,173); }

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

<style>
 a { background-color: #94A6AD; }

 a { background-color: rgb(148,166,173); }

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

<style>
 span { border-color: #94A6AD; }

 span { border-color: rgb(148,166,173); }

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