Html Css Color HEX #96D5B1 Vista Blue

📋 copy color: '#96D5B1'

red 150 ◦ green 213 ◦ blue 177

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

Shades of Vista Blue #96D5B1

Tints of Vista Blue #96D5B1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 27.78%
G = 39.44%
B = 32.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#96D5B1 (or 0x96D5B1) is known color: Vista Blue. HEX triplet: 96, D5 and B1. RGB value is (150,213,177). Sum of RGB (Red+Green+Blue) = 150+213+177=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D5B1 is #692A4E. Grayscale: #BEBEBE. Windows color (decimal): -6892111 or 11654550. OLE color: 11654550.

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

Color convert

RGB 150 213 177 -
CMYK 0.30 0 0.17 0.16
HSL 145.71º 0.43% 0.71% -
HSV(B) 145.71º 0.3% 0.84% -
XYZ 44.31 57.25 50.31 -
YUV 190.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 150 213 177 0.30 0 0.17 0.16 145.71 0.43 0.71
Hex 96 D5 B1 1E 0 11 10 92 2B 47
Octal 226 325 261 36 0 21 20 222 53 107
Binary 10010110 11010101 10110001 11110 0 10001 10000 10010010 101011 1000111

Color Harmonies of #96D5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D5B1

Black with #96D5B1

Text Example


Text Example

White with #96D5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,177); }

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

background-color css

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

 a { background-color: rgb(150,213,177); }

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

border-color css

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

 span { border-color: rgb(150,213,177); }

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