#94ADAF

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

Shades of Botticelli #94ADAF

Tints of Botticelli #94ADAF

Color information

#94ADAF (or 0x94ADAF) is unknown color: approx Botticelli. HEX triplet: 94, AD and AF. RGB value is (148,173,175). Sum of RGB (Red+Green+Blue) = 148+173+175=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #94ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADAF is #6B5250. Grayscale: #A5A5A5. Windows color (decimal): -7033425 or 11513236. OLE color: 11513236.

HSL color Cylindrical-coordinate representation of color #94ADAF: hue angle of 184.44º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94ADAF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148173175-
CMYK0.150.0100.31
HSL184.44º14.44%63.33%-
HSV(B)184.44º15.43%68.63%-
XYZ34.8939.2846.3-
YUV165.75133.22115.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=29.84%
G=34.88%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481731750.150.0100.31184.4414.4463.33
Hex94ADAFF101Fb8e3f
Octal2242552571710372701677
Binary10010100101011011010111111111011111101110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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