#93ADAF

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

Shades of Botticelli #93ADAF

Tints of Botticelli #93ADAF

Color information

#93ADAF (or 0x93ADAF) is unknown color: approx Botticelli. HEX triplet: 93, AD and AF. RGB value is (147,173,175). Sum of RGB (Red+Green+Blue) = 147+173+175=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #93ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADAF is #6C5250. Grayscale: #A5A5A5. Windows color (decimal): -7098961 or 11513235. OLE color: 11513235.

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

Color convert

RGB147173175-
CMYK0.160.0100.31
HSL184.29º14.89%63.14%-
HSV(B)184.29º16%68.63%-
XYZ34.7139.1946.29-
YUV165.45133.39114.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=29.70%
G=34.95%
B=35.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471731750.160.0100.31184.2914.8963.14
Hex93ADAF10101Fb8f3f
Octal2232552572010372701777
Binary100100111010110110101111100001011111101110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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