#97CFB1

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

Shades of Vista Blue #97CFB1

Tints of Vista Blue #97CFB1

Color information

#97CFB1 (or 0x97CFB1) is unknown color: approx Vista Blue. HEX triplet: 97, CF and B1. RGB value is (151,207,177). Sum of RGB (Red+Green+Blue) = 151+207+177=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #97CFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CFB1 is #68304E. Grayscale: #BABABA. Windows color (decimal): -6828111 or 11653015. OLE color: 11653015.

HSL color Cylindrical-coordinate representation of color #97CFB1: hue angle of 147.86º degrees, saturation: 0.37, 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 #97CFB1 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB151207177-
CMYK0.2700.140.19
HSL147.86º36.84%70.2%-
HSV(B)147.86º27.05%81.18%-
XYZ43.0154.3849.82-
YUV186.84122.45102.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.22%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=28.22%
G=38.69%
B=33.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512071770.2700.140.19147.8636.8470.2
Hex97CFB11B0E13942546
Octal227317261330162322445106
Binary100101111100111110110001110110111010011100101001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,207,177); }

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

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

 a { background-color: rgb(151,207,177); }

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

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

 span { border-color: rgb(151,207,177); }

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