Html Css Color HEX #97EBB0 Vista Blue

📋 copy color: '#97EBB0'

red 151 ◦ green 235 ◦ blue 176

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

Shades of Vista Blue #97EBB0

Tints of Vista Blue #97EBB0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

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

R = 26.87%
G = 41.81%
B = 31.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#97EBB0 (or 0x97EBB0) is known color: Vista Blue. HEX triplet: 97, EB and B0. RGB value is (151,235,176). Sum of RGB (Red+Green+Blue) = 151+235+176=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EBB0 is #68144F. Grayscale: #CBCBCB. Windows color (decimal): -6820944 or 11594647. OLE color: 11594647.

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

Color convert

RGB 151 235 176 -
CMYK 0.36 0 0.25 0.08
HSL 137.86º 0.68% 0.76% -
HSV(B) 137.86º 0.36% 0.92% -
XYZ 50.31 69.13 51.77 -
YUV 203.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 151 235 176 0.36 0 0.25 0.08 137.86 0.68 0.76
Hex 97 EB B0 24 0 19 8 8A 44 4C
Octal 227 353 260 44 0 31 10 212 104 114
Binary 10010111 11101011 10110000 100100 0 11001 1000 10001010 1000100 1001100

Color Harmonies of #97EBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EBB0

Black with #97EBB0

Text Example


Text Example

White with #97EBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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