Html Css Color HEX #96D6BD Vista Blue

📋 copy color: '#96D6BD'

red 150 ◦ green 214 ◦ blue 189

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

Shades of Vista Blue #96D6BD

Tints of Vista Blue #96D6BD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 27.12%
G = 38.7%
B = 34.18%

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

#96D6BD (or 0x96D6BD) is known color: Vista Blue. HEX triplet: 96, D6 and BD. RGB value is (150,214,189). Sum of RGB (Red+Green+Blue) = 150+214+189=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6BD is #692942. Grayscale: #C0C0C0. Windows color (decimal): -6891843 or 12441238. OLE color: 12441238.

HSL color Cylindrical-coordinate representation of color #96D6BD: hue angle of 156.56º degrees, saturation: 0.44, 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 #96D6BD is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 189 -
CMYK 0.30 0 0.12 0.16
HSL 156.56º 0.44% 0.71% -
HSV(B) 156.56º 0.3% 0.84% -
XYZ 45.81 58.25 56.97 -
YUV 192.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 150 214 189 0.30 0 0.12 0.16 156.56 0.44 0.71
Hex 96 D6 BD 1E 0 C 10 9D 2C 47
Octal 226 326 275 36 0 14 20 235 54 107
Binary 10010110 11010110 10111101 11110 0 1100 10000 10011101 101100 1000111

Color Harmonies of #96D6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D6BD

Black with #96D6BD

Text Example


Text Example

White with #96D6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,189); }

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

background-color css

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

 a { background-color: rgb(150,214,189); }

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

border-color css

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

 span { border-color: rgb(150,214,189); }

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