Html Css Color HEX #96E5BF Vista Blue

📋 copy color: '#96E5BF'

red 150 ◦ green 229 ◦ blue 191

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

Shades of Vista Blue #96E5BF

Tints of Vista Blue #96E5BF

RGB

 RED value IS 150 (58.98% from 255) = 26.32%

 GREEN value IS 229 (89.84% from 255) = 40.18%

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

R = 26.32%
G = 40.18%
B = 33.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#96E5BF (or 0x96E5BF) is known color: Vista Blue. HEX triplet: 96, E5 and BF. RGB value is (150,229,191). Sum of RGB (Red+Green+Blue) = 150+229+191=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5BF is #691A40. Grayscale: #C9C9C9. Windows color (decimal): -6888001 or 12576150. OLE color: 12576150.

HSL color Cylindrical-coordinate representation of color #96E5BF: hue angle of 151.14º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5BF is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 191 -
CMYK 0.34 0 0.17 0.10
HSL 151.14º 0.6% 0.74% -
HSV(B) 151.14º 0.34% 0.9% -
XYZ 50 66.28 59.45 -
YUV 201.05 122.33 91.59 -
System Red Green Blue C M Y K H S L
Decimal 150 229 191 0.34 0 0.17 0.10 151.14 0.6 0.74
Hex 96 E5 BF 22 0 11 A 97 3C 4A
Octal 226 345 277 42 0 21 12 227 74 112
Binary 10010110 11100101 10111111 100010 0 10001 1010 10010111 111100 1001010

Color Harmonies of #96E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E5BF

Black with #96E5BF

Text Example


Text Example

White with #96E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E5BF; }

 p { color: rgb(150,229,191); }

 H1.HeaderClassName
 {
   color: #96E5BF;
 }
 .AnyTagClassName
 {
   color: #96E5BF;
 }
</style>

background-color css

<style>
 a { background-color: #96E5BF; }

 a { background-color: rgb(150,229,191); }

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

border-color css

<style>
 span { border-color: #96E5BF; }

 span { border-color: rgb(150,229,191); }

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