Html Css Color HEX #96EFBD Vista Blue

📋 copy color: '#96EFBD'

red 150 ◦ green 239 ◦ blue 189

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

Shades of Vista Blue #96EFBD

Tints of Vista Blue #96EFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.35%

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

R = 25.95%
G = 41.35%
B = 32.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#96EFBD (or 0x96EFBD) is known color: Vista Blue. HEX triplet: 96, EF and BD. RGB value is (150,239,189). Sum of RGB (Red+Green+Blue) = 150+239+189=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFBD is #691042. Grayscale: #CECECE. Windows color (decimal): -6885443 or 12447638. OLE color: 12447638.

HSL color Cylindrical-coordinate representation of color #96EFBD: hue angle of 146.29º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFBD is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 189 -
CMYK 0.37 0 0.21 0.06
HSL 146.29º 0.74% 0.76% -
HSV(B) 146.29º 0.37% 0.94% -
XYZ 52.63 71.89 59.25 -
YUV 206.69 118.01 87.57 -
System Red Green Blue C M Y K H S L
Decimal 150 239 189 0.37 0 0.21 0.06 146.29 0.74 0.76
Hex 96 EF BD 25 0 15 6 92 4A 4C
Octal 226 357 275 45 0 25 6 222 112 114
Binary 10010110 11101111 10111101 100101 0 10101 110 10010010 1001010 1001100

Color Harmonies of #96EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFBD

Black with #96EFBD

Text Example


Text Example

White with #96EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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