Html Css Color HEX #96EDB9 Vista Blue

📋 copy color: '#96EDB9'

red 150 ◦ green 237 ◦ blue 185

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

Shades of Vista Blue #96EDB9

Tints of Vista Blue #96EDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.43%

 BLUE value IS 185 (72.66% from 255) = 32.34%

R = 26.22%
G = 41.43%
B = 32.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#96EDB9 (or 0x96EDB9) is known color: Vista Blue. HEX triplet: 96, ED and B9. RGB value is (150,237,185). Sum of RGB (Red+Green+Blue) = 150+237+185=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDB9 is #691246. Grayscale: #CDCDCD. Windows color (decimal): -6885959 or 12184982. OLE color: 12184982.

HSL color Cylindrical-coordinate representation of color #96EDB9: hue angle of 144.14º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDB9 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 185 -
CMYK 0.37 0 0.22 0.07
HSL 144.14º 0.71% 0.76% -
HSV(B) 144.14º 0.37% 0.93% -
XYZ 51.62 70.56 56.8 -
YUV 205.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 150 237 185 0.37 0 0.22 0.07 144.14 0.71 0.76
Hex 96 ED B9 25 0 16 7 90 47 4C
Octal 226 355 271 45 0 26 7 220 107 114
Binary 10010110 11101101 10111001 100101 0 10110 111 10010000 1000111 1001100

Color Harmonies of #96EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDB9

Black with #96EDB9

Text Example


Text Example

White with #96EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,185); }

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

background-color css

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

 a { background-color: rgb(150,237,185); }

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

border-color css

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

 span { border-color: rgb(150,237,185); }

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