Html Css Color HEX #97E6BD Vista Blue

📋 copy color: '#97E6BD'

red 151 ◦ green 230 ◦ blue 189

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

Shades of Vista Blue #97E6BD

Tints of Vista Blue #97E6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.35%

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 26.49%
G = 40.35%
B = 33.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#97E6BD (or 0x97E6BD) is known color: Vista Blue. HEX triplet: 97, E6 and BD. RGB value is (151,230,189). Sum of RGB (Red+Green+Blue) = 151+230+189=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #97E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E6BD is #681942. Grayscale: #C9C9C9. Windows color (decimal): -6822211 or 12445335. OLE color: 12445335.

HSL color Cylindrical-coordinate representation of color #97E6BD: hue angle of 148.86º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E6BD is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 230 189 -
CMYK 0.34 0 0.18 0.10
HSL 148.86º 0.61% 0.75% -
HSV(B) 148.86º 0.34% 0.9% -
XYZ 50.24 66.85 58.4 -
YUV 201.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 151 230 189 0.34 0 0.18 0.10 148.86 0.61 0.75
Hex 97 E6 BD 22 0 12 A 95 3D 4B
Octal 227 346 275 42 0 22 12 225 75 113
Binary 10010111 11100110 10111101 100010 0 10010 1010 10010101 111101 1001011

Color Harmonies of #97E6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E6BD

Black with #97E6BD

Text Example


Text Example

White with #97E6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,230,189); }

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

background-color css

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

 a { background-color: rgb(151,230,189); }

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

border-color css

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

 span { border-color: rgb(151,230,189); }

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