#94AEB9

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

Shades of Botticelli #94AEB9

Tints of Botticelli #94AEB9

Color information

#94AEB9 (or 0x94AEB9) is unknown color: approx Botticelli. HEX triplet: 94, AE and B9. RGB value is (148,174,185). Sum of RGB (Red+Green+Blue) = 148+174+185=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 185 - color contains mainly: blue. Hex color #94AEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEB9 is #6B5146. Grayscale: #A7A7A7. Windows color (decimal): -7033159 or 12168852. OLE color: 12168852.

HSL color Cylindrical-coordinate representation of color #94AEB9: hue angle of 197.84º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94AEB9 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148174185-
CMYK0.200.0600.27
HSL197.84º20.9%65.29%-
HSV(B)197.84º20%72.55%-
XYZ36.1140.0751.73-
YUV167.48137.89114.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=29.19%
G=34.32%
B=36.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481741850.200.0600.27197.8420.965.29
Hex94AEB914601Bc61541
Octal22425627124603330625101
Binary1001010010101110101110011010011001101111000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94AEB9;
 }
 .AnyTagClassName
 {
   color: #94AEB9;
 }
</style>
background-color css

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

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

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

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

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

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