Html Css Color HEX #96D3B1 Vista Blue

📋 copy color: '#96D3B1'

red 150 ◦ green 211 ◦ blue 177

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

Shades of Vista Blue #96D3B1

Tints of Vista Blue #96D3B1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.22%

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

R = 27.88%
G = 39.22%
B = 32.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#96D3B1 (or 0x96D3B1) is known color: Vista Blue. HEX triplet: 96, D3 and B1. RGB value is (150,211,177). Sum of RGB (Red+Green+Blue) = 150+211+177=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #96D3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D3B1 is #692C4E. Grayscale: #BCBCBC. Windows color (decimal): -6892623 or 11654038. OLE color: 11654038.

HSL color Cylindrical-coordinate representation of color #96D3B1: hue angle of 146.56º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D3B1 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 211 177 -
CMYK 0.29 0 0.16 0.17
HSL 146.56º 0.41% 0.71% -
HSV(B) 146.56º 0.29% 0.83% -
XYZ 43.81 56.25 50.14 -
YUV 188.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 150 211 177 0.29 0 0.16 0.17 146.56 0.41 0.71
Hex 96 D3 B1 1D 0 10 11 93 29 47
Octal 226 323 261 35 0 20 21 223 51 107
Binary 10010110 11010011 10110001 11101 0 10000 10001 10010011 101001 1000111

Color Harmonies of #96D3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D3B1

Black with #96D3B1

Text Example


Text Example

White with #96D3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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