Html Css Color HEX #96D7BE Vista Blue

📋 copy color: '#96D7BE'

red 150 ◦ green 215 ◦ blue 190

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

Shades of Vista Blue #96D7BE

Tints of Vista Blue #96D7BE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.74%

 BLUE value IS 190 (74.61% from 255) = 34.23%

R = 27.03%
G = 38.74%
B = 34.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#96D7BE (or 0x96D7BE) is known color: Vista Blue. HEX triplet: 96, D7 and BE. RGB value is (150,215,190). Sum of RGB (Red+Green+Blue) = 150+215+190=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7BE is #692841. Grayscale: #C0C0C0. Windows color (decimal): -6891586 or 12507030. OLE color: 12507030.

HSL color Cylindrical-coordinate representation of color #96D7BE: hue angle of 156.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7BE is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 190 -
CMYK 0.30 0 0.12 0.16
HSL 156.92º 0.45% 0.72% -
HSV(B) 156.92º 0.3% 0.84% -
XYZ 46.17 58.8 57.63 -
YUV 192.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 150 215 190 0.30 0 0.12 0.16 156.92 0.45 0.72
Hex 96 D7 BE 1E 0 C 10 9D 2D 48
Octal 226 327 276 36 0 14 20 235 55 110
Binary 10010110 11010111 10111110 11110 0 1100 10000 10011101 101101 1001000

Color Harmonies of #96D7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7BE

Black with #96D7BE

Text Example


Text Example

White with #96D7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,190); }

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

background-color css

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

 a { background-color: rgb(150,215,190); }

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

border-color css

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

 span { border-color: rgb(150,215,190); }

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