#97CEB3

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

Shades of Vista Blue #97CEB3

Tints of Vista Blue #97CEB3

Color information

#97CEB3 (or 0x97CEB3) is unknown color: approx Vista Blue. HEX triplet: 97, CE and B3. RGB value is (151,206,179). Sum of RGB (Red+Green+Blue) = 151+206+179=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #97CEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CEB3 is #68314C. Grayscale: #BABABA. Windows color (decimal): -6828365 or 11783831. OLE color: 11783831.

HSL color Cylindrical-coordinate representation of color #97CEB3: hue angle of 150.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CEB3 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB151206179-
CMYK0.2700.130.19
HSL150.55º35.95%70%-
HSV(B)150.55º26.7%80.78%-
XYZ42.9753.9850.8-
YUV186.48123.78102.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.17%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 179 (70.31% from 255) = 33.40%
R=28.17%
G=38.43%
B=33.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512061790.2700.130.19150.5535.9570
Hex97CEB31B0D13972446
Octal227316263330152322744106
Binary100101111100111010110011110110110110011100101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,206,179); }

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

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

 a { background-color: rgb(151,206,179); }

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

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

 span { border-color: rgb(151,206,179); }

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