Html Css Color HEX #97EABB Vista Blue

📋 copy color: '#97EABB'

red 151 ◦ green 234 ◦ blue 187

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

Shades of Vista Blue #97EABB

Tints of Vista Blue #97EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.91%

 BLUE value IS 187 (73.44% from 255) = 32.69%

R = 26.4%
G = 40.91%
B = 32.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#97EABB (or 0x97EABB) is known color: Vista Blue. HEX triplet: 97, EA and BB. RGB value is (151,234,187). Sum of RGB (Red+Green+Blue) = 151+234+187=572 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.40% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #97EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EABB is #681544. Grayscale: #CBCBCB. Windows color (decimal): -6821189 or 12315287. OLE color: 12315287.

HSL color Cylindrical-coordinate representation of color #97EABB: hue angle of 146.02º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97EABB is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 234 187 -
CMYK 0.35 0 0.20 0.08
HSL 146.02º 0.66% 0.75% -
HSV(B) 146.02º 0.35% 0.92% -
XYZ 51.15 69.01 57.64 -
YUV 203.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 151 234 187 0.35 0 0.20 0.08 146.02 0.66 0.75
Hex 97 EA BB 23 0 14 8 92 42 4B
Octal 227 352 273 43 0 24 10 222 102 113
Binary 10010111 11101010 10111011 100011 0 10100 1000 10010010 1000010 1001011

Color Harmonies of #97EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EABB

Black with #97EABB

Text Example


Text Example

White with #97EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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