#97E0BB

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

Shades of Vista Blue #97E0BB

Tints of Vista Blue #97E0BB

Color information

#97E0BB (or 0x97E0BB) is unknown color: approx Vista Blue. HEX triplet: 97, E0 and BB. RGB value is (151,224,187). Sum of RGB (Red+Green+Blue) = 151+224+187=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #97E0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E0BB is #681F44. Grayscale: #C6C6C6. Windows color (decimal): -6823749 or 12312727. OLE color: 12312727.

HSL color Cylindrical-coordinate representation of color #97E0BB: hue angle of 149.59º degrees, saturation: 0.54, 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 #97E0BB is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB151224187-
CMYK0.3300.170.12
HSL149.59º54.07%73.53%-
HSV(B)149.59º32.59%87.84%-
XYZ48.3963.4856.72-
YUV197.96121.8294.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.87%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=26.87%
G=39.86%
B=33.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512241870.3300.170.12149.5954.0773.53
Hex97E0BB21011C96364a
Octal227340273410211422666112
Binary1001011111100000101110111000010100011100100101101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,224,187); }

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

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

 a { background-color: rgb(151,224,187); }

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

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

 span { border-color: rgb(151,224,187); }

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