#93AAAF

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

Shades of Botticelli #93AAAF

Tints of Botticelli #93AAAF

Color information

#93AAAF (or 0x93AAAF) is unknown color: approx Botticelli. HEX triplet: 93, AA and AF. RGB value is (147,170,175). Sum of RGB (Red+Green+Blue) = 147+170+175=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #93AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AAAF is #6C5550. Grayscale: #A3A3A3. Windows color (decimal): -7099729 or 11512467. OLE color: 11512467.

HSL color Cylindrical-coordinate representation of color #93AAAF: hue angle of 190.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93AAAF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147170175-
CMYK0.160.0300.31
HSL190.71º14.89%63.14%-
HSV(B)190.71º16%68.63%-
XYZ34.1538.0546.1-
YUV163.69134.38116.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=29.88%
G=34.55%
B=35.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471701750.160.0300.31190.7114.8963.14
Hex93AAAF10301Fbff3f
Octal2232522572030372771777
Binary1001001110101010101011111000011011111101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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