Html Css Color HEX #94A6AD Botticelli

📋 copy color: '#94A6AD'

red 148 ◦ green 166 ◦ blue 173

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

Shades of Botticelli #94A6AD

Tints of Botticelli #94A6AD

RGB

 RED value IS 148 (58.2% from 255) = 30.39%

 GREEN value IS 166 (65.23% from 255) = 34.09%

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

R = 30.39%
G = 34.09%
B = 35.52%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#94A6AD (or 0x94A6AD) is known color: Botticelli. HEX triplet: 94, A6 and AD. RGB value is (148,166,173). Sum of RGB (Red+Green+Blue) = 148+166+173=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #94A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A6AD is #6B5952. Grayscale: #A1A1A1. Windows color (decimal): -7035219 or 11380372. OLE color: 11380372.

HSL color Cylindrical-coordinate representation of color #94A6AD: hue angle of 196.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94A6AD is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 166 173 -
CMYK 0.14 0.04 0 0.32
HSL 196.8º 0.13% 0.63% -
HSV(B) 196.8º 0.14% 0.68% -
XYZ 33.39 36.59 44.84 -
YUV 161.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 148 166 173 0.14 0.04 0 0.32 196.8 0.13 0.63
Hex 94 A6 AD E 4 0 20 C5 D 3F
Octal 224 246 255 16 4 0 40 305 15 77
Binary 10010100 10100110 10101101 1110 100 0 100000 11000101 1101 111111

Color Harmonies of #94A6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A6AD

Black with #94A6AD

Text Example


Text Example

White with #94A6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A6AD; }

 p { color: rgb(148,166,173); }

 H1.HeaderClassName
 {
   color: #94A6AD;
 }
 .AnyTagClassName
 {
   color: #94A6AD;
 }
</style>

background-color css

<style>
 a { background-color: #94A6AD; }

 a { background-color: rgb(148,166,173); }

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

border-color css

<style>
 span { border-color: #94A6AD; }

 span { border-color: rgb(148,166,173); }

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