Html Css Color HEX #93A9AD Botticelli

📋 copy color: '#93A9AD'

red 147 ◦ green 169 ◦ blue 173

#93A9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #93A9AD

Tints of Botticelli #93A9AD

RGB

 RED value IS 147 (57.81% from 255) = 30.06%

 GREEN value IS 169 (66.41% from 255) = 34.56%

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 30.06%
G = 34.56%
B = 35.38%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#93A9AD (or 0x93A9AD) is known color: Botticelli. HEX triplet: 93, A9 and AD. RGB value is (147,169,173). Sum of RGB (Red+Green+Blue) = 147+169+173=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #93A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A9AD is #6C5652. Grayscale: #A2A2A2. Windows color (decimal): -7099987 or 11381139. OLE color: 11381139.

HSL color Cylindrical-coordinate representation of color #93A9AD: hue angle of 189.23º 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 #93A9AD is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 169 173 -
CMYK 0.15 0.02 0 0.32
HSL 189.23º 0.14% 0.63% -
HSV(B) 189.23º 0.15% 0.68% -
XYZ 33.76 37.6 45.01 -
YUV 162.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 147 169 173 0.15 0.02 0 0.32 189.23 0.14 0.63
Hex 93 A9 AD F 2 0 20 BD E 3F
Octal 223 251 255 17 2 0 40 275 16 77
Binary 10010011 10101001 10101101 1111 10 0 100000 10111101 1110 111111

Color Harmonies of #93A9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A9AD

Black with #93A9AD

Text Example


Text Example

White with #93A9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93A9AD;
 }
 .AnyTagClassName
 {
   color: #93A9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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