Html Css Color HEX #97ECB0 Vista Blue

📋 copy color: '#97ECB0'

red 151 ◦ green 236 ◦ blue 176

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

Shades of Vista Blue #97ECB0

Tints of Vista Blue #97ECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

 BLUE value IS 176 (69.14% from 255) = 31.26%

R = 26.82%
G = 41.92%
B = 31.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#97ECB0 (or 0x97ECB0) is known color: Vista Blue. HEX triplet: 97, EC and B0. RGB value is (151,236,176). Sum of RGB (Red+Green+Blue) = 151+236+176=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #97ECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97ECB0 is #68134F. Grayscale: #CBCBCB. Windows color (decimal): -6820688 or 11594903. OLE color: 11594903.

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

Color convert

RGB 151 236 176 -
CMYK 0.36 0 0.25 0.07
HSL 137.65º 0.69% 0.76% -
HSV(B) 137.65º 0.36% 0.93% -
XYZ 50.59 69.7 51.86 -
YUV 203.75 112.34 90.38 -
System Red Green Blue C M Y K H S L
Decimal 151 236 176 0.36 0 0.25 0.07 137.65 0.69 0.76
Hex 97 EC B0 24 0 19 7 8A 45 4C
Octal 227 354 260 44 0 31 7 212 105 114
Binary 10010111 11101100 10110000 100100 0 11001 111 10001010 1000101 1001100

Color Harmonies of #97ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ECB0

Black with #97ECB0

Text Example


Text Example

White with #97ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,236,176); }

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

background-color css

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

 a { background-color: rgb(151,236,176); }

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

border-color css

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

 span { border-color: rgb(151,236,176); }

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