Html Css Color HEX #94ADB3 Botticelli

📋 copy color: '#94ADB3'

red 148 ◦ green 173 ◦ blue 179

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

Shades of Botticelli #94ADB3

Tints of Botticelli #94ADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.6%

 BLUE value IS 179 (70.31% from 255) = 35.8%

R = 29.6%
G = 34.6%
B = 35.8%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#94ADB3 (or 0x94ADB3) is known color: Botticelli. HEX triplet: 94, AD and B3. RGB value is (148,173,179). Sum of RGB (Red+Green+Blue) = 148+173+179=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #94ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADB3 is #6B524C. Grayscale: #A6A6A6. Windows color (decimal): -7033421 or 11775380. OLE color: 11775380.

HSL color Cylindrical-coordinate representation of color #94ADB3: hue angle of 191.61º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94ADB3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 173 179 -
CMYK 0.17 0.03 0 0.30
HSL 191.61º 0.17% 0.64% -
HSV(B) 191.61º 0.17% 0.7% -
XYZ 35.29 39.44 48.4 -
YUV 166.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 148 173 179 0.17 0.03 0 0.30 191.61 0.17 0.64
Hex 94 AD B3 11 3 0 1E C0 11 40
Octal 224 255 263 21 3 0 36 300 21 100
Binary 10010100 10101101 10110011 10001 11 0 11110 11000000 10001 1000000

Color Harmonies of #94ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADB3

Black with #94ADB3

Text Example


Text Example

White with #94ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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