#97B9C5

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

Shades of Botticelli #97B9C5

Tints of Botticelli #97B9C5

Color information

#97B9C5 (or 0x97B9C5) is unknown color: approx Botticelli. HEX triplet: 97, B9 and C5. RGB value is (151,185,197). Sum of RGB (Red+Green+Blue) = 151+185+197=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #97B9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B9C5 is #68463A. Grayscale: #B0B0B0. Windows color (decimal): -6833723 or 12958103. OLE color: 12958103.

HSL color Cylindrical-coordinate representation of color #97B9C5: hue angle of 195.65º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97B9C5 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB151185197-
CMYK0.230.0600.23
HSL195.65º28.4%68.24%-
HSV(B)195.65º23.35%77.25%-
XYZ40.1945.3159.45-
YUV176.2139.74110.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.33%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=28.33%
G=34.71%
B=36.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511851970.230.0600.23195.6528.468.24
Hex97B9C5176017c41c44
Octal22727130527602730434104
Binary1001011110111001110001011011111001011111000100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,185,197); }

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

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

 a { background-color: rgb(151,185,197); }

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

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

 span { border-color: rgb(151,185,197); }

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