Html Css Color HEX #97EBBF Vista Blue

📋 copy color: '#97EBBF'

red 151 ◦ green 235 ◦ blue 191

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

Shades of Vista Blue #97EBBF

Tints of Vista Blue #97EBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.1%

R = 26.17%
G = 40.73%
B = 33.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#97EBBF (or 0x97EBBF) is known color: Vista Blue. HEX triplet: 97, EB and BF. RGB value is (151,235,191). Sum of RGB (Red+Green+Blue) = 151+235+191=577 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.17% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBBF is #681440. Grayscale: #CCCCCC. Windows color (decimal): -6820929 or 12577687. OLE color: 12577687.

HSL color Cylindrical-coordinate representation of color #97EBBF: hue angle of 148.57º 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 #97EBBF is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 235 191 -
CMYK 0.36 0 0.19 0.08
HSL 148.57º 0.68% 0.76% -
HSV(B) 148.57º 0.36% 0.92% -
XYZ 51.87 69.76 60.02 -
YUV 204.87 120.17 89.58 -
System Red Green Blue C M Y K H S L
Decimal 151 235 191 0.36 0 0.19 0.08 148.57 0.68 0.76
Hex 97 EB BF 24 0 13 8 95 44 4C
Octal 227 353 277 44 0 23 10 225 104 114
Binary 10010111 11101011 10111111 100100 0 10011 1000 10010101 1000100 1001100

Color Harmonies of #97EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EBBF

Black with #97EBBF

Text Example


Text Example

White with #97EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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