Html Css Color HEX #93A8AD Botticelli

📋 copy color: '#93A8AD'

red 147 ◦ green 168 ◦ blue 173

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

Shades of Botticelli #93A8AD

Tints of Botticelli #93A8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

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

R = 30.12%
G = 34.43%
B = 35.45%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#93A8AD (or 0x93A8AD) is known color: Botticelli. HEX triplet: 93, A8 and AD. RGB value is (147,168,173). Sum of RGB (Red+Green+Blue) = 147+168+173=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #93A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A8AD is #6C5752. Grayscale: #A2A2A2. Windows color (decimal): -7100243 or 11380883. OLE color: 11380883.

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

Color convert

RGB 147 168 173 -
CMYK 0.15 0.03 0 0.32
HSL 191.54º 0.14% 0.63% -
HSV(B) 191.54º 0.15% 0.68% -
XYZ 33.58 37.23 44.95 -
YUV 162.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 147 168 173 0.15 0.03 0 0.32 191.54 0.14 0.63
Hex 93 A8 AD F 3 0 20 C0 E 3F
Octal 223 250 255 17 3 0 40 300 16 77
Binary 10010011 10101000 10101101 1111 11 0 100000 11000000 1110 111111

Color Harmonies of #93A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A8AD

Black with #93A8AD

Text Example


Text Example

White with #93A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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