Html Css Color HEX #94AEB3 Botticelli

📋 copy color: '#94AEB3'

red 148 ◦ green 174 ◦ blue 179

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

Shades of Botticelli #94AEB3

Tints of Botticelli #94AEB3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.73%

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

R = 29.54%
G = 34.73%
B = 35.73%

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

#94AEB3 (or 0x94AEB3) is known color: Botticelli. HEX triplet: 94, AE and B3. RGB value is (148,174,179). Sum of RGB (Red+Green+Blue) = 148+174+179=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #94AEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEB3 is #6B514C. Grayscale: #A6A6A6. Windows color (decimal): -7033165 or 11775636. OLE color: 11775636.

HSL color Cylindrical-coordinate representation of color #94AEB3: hue angle of 189.68º 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 #94AEB3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 174 179 -
CMYK 0.17 0.03 0 0.30
HSL 189.68º 0.17% 0.64% -
HSV(B) 189.68º 0.17% 0.7% -
XYZ 35.49 39.82 48.46 -
YUV 166.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 148 174 179 0.17 0.03 0 0.30 189.68 0.17 0.64
Hex 94 AE B3 11 3 0 1E BE 11 40
Octal 224 256 263 21 3 0 36 276 21 100
Binary 10010100 10101110 10110011 10001 11 0 11110 10111110 10001 1000000

Color Harmonies of #94AEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AEB3

Black with #94AEB3

Text Example


Text Example

White with #94AEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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