#97AFB2

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

Shades of Botticelli #97AFB2

Tints of Botticelli #97AFB2

Color information

#97AFB2 (or 0x97AFB2) is unknown color: approx Botticelli. HEX triplet: 97, AF and B2. RGB value is (151,175,178). Sum of RGB (Red+Green+Blue) = 151+175+178=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #97AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFB2 is #68504D. Grayscale: #A8A8A8. Windows color (decimal): -6836302 or 11710359. OLE color: 11710359.

HSL color Cylindrical-coordinate representation of color #97AFB2: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97AFB2 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB151175178-
CMYK0.150.0200.30
HSL186.67º14.92%64.51%-
HSV(B)186.67º15.17%69.8%-
XYZ36.1340.4548.02-
YUV168.17133.55115.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.96%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=29.96%
G=34.72%
B=35.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511751780.150.0200.30186.6714.9264.51
Hex97AFB2F201Ebbf41
Octal22725726217203627317101
Binary1001011110101111101100101111100111101011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AFB2; }

 p { color: rgb(151,175,178); }

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

<style>
 a { background-color: #97AFB2; }

 a { background-color: rgb(151,175,178); }

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

<style>
 span { border-color: #97AFB2; }

 span { border-color: rgb(151,175,178); }

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