Html Css Color HEX #96E9B7 Vista Blue

📋 copy color: '#96E9B7'

red 150 ◦ green 233 ◦ blue 183

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

Shades of Vista Blue #96E9B7

Tints of Vista Blue #96E9B7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.17%

 BLUE value IS 183 (71.88% from 255) = 32.33%

R = 26.5%
G = 41.17%
B = 32.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#96E9B7 (or 0x96E9B7) is known color: Vista Blue. HEX triplet: 96, E9 and B7. RGB value is (150,233,183). Sum of RGB (Red+Green+Blue) = 150+233+183=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #96E9B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E9B7 is #691648. Grayscale: #CACACA. Windows color (decimal): -6886985 or 12052886. OLE color: 12052886.

HSL color Cylindrical-coordinate representation of color #96E9B7: hue angle of 143.86º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E9B7 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 183 -
CMYK 0.36 0 0.21 0.09
HSL 143.86º 0.65% 0.75% -
HSV(B) 143.86º 0.36% 0.91% -
XYZ 50.26 68.18 55.31 -
YUV 202.48 117 90.57 -
System Red Green Blue C M Y K H S L
Decimal 150 233 183 0.36 0 0.21 0.09 143.86 0.65 0.75
Hex 96 E9 B7 24 0 15 9 90 41 4B
Octal 226 351 267 44 0 25 11 220 101 113
Binary 10010110 11101001 10110111 100100 0 10101 1001 10010000 1000001 1001011

Color Harmonies of #96E9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E9B7

Black with #96E9B7

Text Example


Text Example

White with #96E9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,183); }

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

background-color css

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

 a { background-color: rgb(150,233,183); }

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

border-color css

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

 span { border-color: rgb(150,233,183); }

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