#95AEB8

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

Shades of Botticelli #95AEB8

Tints of Botticelli #95AEB8

Color information

#95AEB8 (or 0x95AEB8) is unknown color: approx Botticelli. HEX triplet: 95, AE and B8. RGB value is (149,174,184). Sum of RGB (Red+Green+Blue) = 149+174+184=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #95AEB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEB8 is #6A5147. Grayscale: #A7A7A7. Windows color (decimal): -6967624 or 12103317. OLE color: 12103317.

HSL color Cylindrical-coordinate representation of color #95AEB8: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95AEB8 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB149174184-
CMYK0.190.0500.28
HSL197.14º19.77%65.29%-
HSV(B)197.14º19.02%72.16%-
XYZ36.1840.1251.18-
YUV167.66137.22114.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 184 (72.27% from 255) = 36.29%
R=29.39%
G=34.32%
B=36.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491741840.190.0500.28197.1419.7765.29
Hex95AEB813501Cc51441
Octal22525627023503430524101
Binary1001010110101110101110001001110101110011000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,174,184); }

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

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

 a { background-color: rgb(149,174,184); }

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

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

 span { border-color: rgb(149,174,184); }

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