#95AFBA

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

Shades of Botticelli #95AFBA

Tints of Botticelli #95AFBA

Color information

#95AFBA (or 0x95AFBA) is unknown color: approx Botticelli. HEX triplet: 95, AF and BA. RGB value is (149,175,186). Sum of RGB (Red+Green+Blue) = 149+175+186=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #95AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFBA is #6A5045. Grayscale: #A8A8A8. Windows color (decimal): -6967366 or 12234645. OLE color: 12234645.

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

Color convert

RGB149175186-
CMYK0.200.0600.27
HSL197.84º21.14%65.69%-
HSV(B)197.84º19.89%72.94%-
XYZ36.5940.5952.36-
YUV168.48137.89114.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=29.22%
G=34.31%
B=36.47%

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
Decimal1491751860.200.0600.27197.8421.1465.69
Hex95AFBA14601Bc61542
Octal22525727224603330625102
Binary1001010110101111101110101010011001101111000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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