#94AEB3

Color #94AEB3 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #94AEB3

Tints of Botticelli #94AEB3

Color information

#94AEB3 (or 0x94AEB3) is unknown color: approx 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

RGB148174179-
CMYK0.170.0300.30
HSL189.68º16.94%64.12%-
HSV(B)189.68º17.32%70.2%-
XYZ35.4939.8248.46-
YUV166.8134.89114.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% 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 (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481741790.170.0300.30189.6816.9464.12
Hex94AEB311301Ebe1140
Octal22425626321303627621100
Binary100101001010111010110011100011101111010111110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>