Html Css Color HEX #96E1BA Vista Blue

📋 copy color: '#96E1BA'

red 150 ◦ green 225 ◦ blue 186

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

Shades of Vista Blue #96E1BA

Tints of Vista Blue #96E1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.11%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 26.74%
G = 40.11%
B = 33.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#96E1BA (or 0x96E1BA) is known color: Vista Blue. HEX triplet: 96, E1 and BA. RGB value is (150,225,186). Sum of RGB (Red+Green+Blue) = 150+225+186=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1BA is #691E45. Grayscale: #C6C6C6. Windows color (decimal): -6889030 or 12247446. OLE color: 12247446.

HSL color Cylindrical-coordinate representation of color #96E1BA: hue angle of 148.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1BA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 186 -
CMYK 0.33 0 0.17 0.12
HSL 148.8º 0.56% 0.74% -
HSV(B) 148.8º 0.33% 0.88% -
XYZ 48.37 63.88 56.24 -
YUV 198.13 121.15 93.67 -
System Red Green Blue C M Y K H S L
Decimal 150 225 186 0.33 0 0.17 0.12 148.8 0.56 0.74
Hex 96 E1 BA 21 0 11 C 95 38 4A
Octal 226 341 272 41 0 21 14 225 70 112
Binary 10010110 11100001 10111010 100001 0 10001 1100 10010101 111000 1001010

Color Harmonies of #96E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E1BA

Black with #96E1BA

Text Example


Text Example

White with #96E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,186); }

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

background-color css

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

 a { background-color: rgb(150,225,186); }

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

border-color css

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

 span { border-color: rgb(150,225,186); }

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