Html Css Color HEX #97E1BE Vista Blue

📋 copy color: '#97E1BE'

red 151 ◦ green 225 ◦ blue 190

#97E1BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #97E1BE

Tints of Vista Blue #97E1BE

RGB

 RED value IS 151 (59.38% from 255) = 26.68%

 GREEN value IS 225 (88.28% from 255) = 39.75%

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 26.68%
G = 39.75%
B = 33.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#97E1BE (or 0x97E1BE) is known color: Vista Blue. HEX triplet: 97, E1 and BE. RGB value is (151,225,190). Sum of RGB (Red+Green+Blue) = 151+225+190=566 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.68% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #97E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E1BE is #681E41. Grayscale: #C6C6C6. Windows color (decimal): -6823490 or 12509591. OLE color: 12509591.

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

Color convert

RGB 151 225 190 -
CMYK 0.33 0 0.16 0.12
HSL 151.62º 0.55% 0.74% -
HSV(B) 151.62º 0.33% 0.88% -
XYZ 48.98 64.15 58.52 -
YUV 198.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 151 225 190 0.33 0 0.16 0.12 151.62 0.55 0.74
Hex 97 E1 BE 21 0 10 C 98 37 4A
Octal 227 341 276 41 0 20 14 230 67 112
Binary 10010111 11100001 10111110 100001 0 10000 1100 10011000 110111 1001010

Color Harmonies of #97E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E1BE

Black with #97E1BE

Text Example


Text Example

White with #97E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97E1BE;
 }
 .AnyTagClassName
 {
   color: #97E1BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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