Html Css Color HEX #96EFBB Vista Blue

📋 copy color: '#96EFBB'

red 150 ◦ green 239 ◦ blue 187

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

Shades of Vista Blue #96EFBB

Tints of Vista Blue #96EFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.47%

R = 26.04%
G = 41.49%
B = 32.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#96EFBB (or 0x96EFBB) is known color: Vista Blue. HEX triplet: 96, EF and BB. RGB value is (150,239,187). Sum of RGB (Red+Green+Blue) = 150+239+187=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFBB is #691044. Grayscale: #CECECE. Windows color (decimal): -6885445 or 12316566. OLE color: 12316566.

HSL color Cylindrical-coordinate representation of color #96EFBB: hue angle of 144.94º 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 #96EFBB is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 187 -
CMYK 0.37 0 0.22 0.06
HSL 144.94º 0.74% 0.76% -
HSV(B) 144.94º 0.37% 0.94% -
XYZ 52.41 71.8 58.11 -
YUV 206.46 117.01 87.73 -
System Red Green Blue C M Y K H S L
Decimal 150 239 187 0.37 0 0.22 0.06 144.94 0.74 0.76
Hex 96 EF BB 25 0 16 6 91 4A 4C
Octal 226 357 273 45 0 26 6 221 112 114
Binary 10010110 11101111 10111011 100101 0 10110 110 10010001 1001010 1001100

Color Harmonies of #96EFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFBB

Black with #96EFBB

Text Example


Text Example

White with #96EFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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