#93AEAF

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

Shades of Botticelli #93AEAF

Tints of Botticelli #93AEAF

Color information

#93AEAF (or 0x93AEAF) is unknown color: approx Botticelli. HEX triplet: 93, AE and AF. RGB value is (147,174,175). Sum of RGB (Red+Green+Blue) = 147+174+175=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #93AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AEAF is #6C5150. Grayscale: #A6A6A6. Windows color (decimal): -7098705 or 11513491. OLE color: 11513491.

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

Color convert

RGB147174175-
CMYK0.160.0100.31
HSL182.14º14.89%63.14%-
HSV(B)182.14º16%68.63%-
XYZ34.9139.5746.36-
YUV166.04133.05114.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=29.64%
G=35.08%
B=35.28%

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
Decimal1471741750.160.0100.31182.1414.8963.14
Hex93AEAF10101Fb6f3f
Octal2232562572010372661777
Binary100100111010111010101111100001011111101101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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