#93AAAD

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

Shades of Botticelli #93AAAD

Tints of Botticelli #93AAAD

Color information

#93AAAD (or 0x93AAAD) is unknown color: approx Botticelli. HEX triplet: 93, AA and AD. RGB value is (147,170,173). Sum of RGB (Red+Green+Blue) = 147+170+173=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #93AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AAAD is #6C5552. Grayscale: #A3A3A3. Windows color (decimal): -7099731 or 11381395. OLE color: 11381395.

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

Color convert

RGB147170173-
CMYK0.150.0200.32
HSL186.92º13.68%62.75%-
HSV(B)186.92º15.03%67.84%-
XYZ33.9537.9745.07-
YUV163.46133.38116.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=30%
G=34.69%
B=35.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471701730.150.0200.32186.9213.6862.75
Hex93AAADF2020bbe3f
Octal2232522551720402731677
Binary1001001110101010101011011111100100000101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AAAD; }

 p { color: rgb(147,170,173); }

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

<style>
 a { background-color: #93AAAD; }

 a { background-color: rgb(147,170,173); }

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

<style>
 span { border-color: #93AAAD; }

 span { border-color: rgb(147,170,173); }

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