#95AAAF

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

Shades of Botticelli #95AAAF

Tints of Botticelli #95AAAF

Color information

#95AAAF (or 0x95AAAF) is unknown color: approx Botticelli. HEX triplet: 95, AA and AF. RGB value is (149,170,175). Sum of RGB (Red+Green+Blue) = 149+170+175=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: blue. Hex color #95AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AAAF is #6A5550. Grayscale: #A4A4A4. Windows color (decimal): -6968657 or 11512469. OLE color: 11512469.

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

Color convert

RGB149170175-
CMYK0.150.0300.31
HSL191.54º13.98%63.53%-
HSV(B)191.54º14.86%68.63%-
XYZ34.5138.2346.12-
YUV164.29134.04117.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=30.16%
G=34.41%
B=35.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491701750.150.0300.31191.5413.9863.53
Hex95AAAFF301Fc0e40
Octal22525225717303730016100
Binary1001010110101010101011111111110111111100000011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AAAF; }

 p { color: rgb(149,170,175); }

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

<style>
 a { background-color: #95AAAF; }

 a { background-color: rgb(149,170,175); }

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

<style>
 span { border-color: #95AAAF; }

 span { border-color: rgb(149,170,175); }

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