#97E1BC

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

Shades of Vista Blue #97E1BC

Tints of Vista Blue #97E1BC

Color information

#97E1BC (or 0x97E1BC) is unknown color: approx Vista Blue. HEX triplet: 97, E1 and BC. RGB value is (151,225,188). Sum of RGB (Red+Green+Blue) = 151+225+188=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #97E1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E1BC is #681E43. Grayscale: #C6C6C6. Windows color (decimal): -6823492 or 12378519. OLE color: 12378519.

HSL color Cylindrical-coordinate representation of color #97E1BC: hue angle of 150º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E1BC is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB151225188-
CMYK0.3300.160.12
HSL150º55.22%73.73%-
HSV(B)150º32.89%88.24%-
XYZ48.7664.0657.37-
YUV198.66121.9894.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.77%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 188 (73.83% from 255) = 33.33%
R=26.77%
G=39.89%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512251880.3300.160.1215055.2273.73
Hex97E1BC21010C96374a
Octal227341274410201422667112
Binary1001011111100001101111001000010100001100100101101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,225,188); }

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

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

 a { background-color: rgb(151,225,188); }

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

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

 span { border-color: rgb(151,225,188); }

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