#97EBB1

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

Shades of Vista Blue #97EBB1

Tints of Vista Blue #97EBB1

Color information

#97EBB1 (or 0x97EBB1) is unknown color: approx Vista Blue. HEX triplet: 97, EB and B1. RGB value is (151,235,177). Sum of RGB (Red+Green+Blue) = 151+235+177=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EBB1 is #68144E. Grayscale: #CBCBCB. Windows color (decimal): -6820943 or 11660183. OLE color: 11660183.

HSL color Cylindrical-coordinate representation of color #97EBB1: hue angle of 138.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBB1 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB151235177-
CMYK0.3600.250.08
HSL138.57º67.74%75.69%-
HSV(B)138.57º35.74%92.16%-
XYZ50.4169.1752.29-
YUV203.27113.1790.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=26.82%
G=41.74%
B=31.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512351770.3600.250.08138.5767.7475.69
Hex97EBB12401988b444c
Octal2273532614403110213104114
Binary10010111111010111011000110010001100110001000101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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