Html Css Color HEX #96E5BC Vista Blue

📋 copy color: '#96E5BC'

red 150 ◦ green 229 ◦ blue 188

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

Shades of Vista Blue #96E5BC

Tints of Vista Blue #96E5BC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.39%

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 26.46%
G = 40.39%
B = 33.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#96E5BC (or 0x96E5BC) is known color: Vista Blue. HEX triplet: 96, E5 and BC. RGB value is (150,229,188). Sum of RGB (Red+Green+Blue) = 150+229+188=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5BC is #691A43. Grayscale: #C8C8C8. Windows color (decimal): -6888004 or 12379542. OLE color: 12379542.

HSL color Cylindrical-coordinate representation of color #96E5BC: hue angle of 148.86º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5BC is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 188 -
CMYK 0.34 0 0.18 0.10
HSL 148.86º 0.6% 0.74% -
HSV(B) 148.86º 0.34% 0.9% -
XYZ 49.67 66.15 57.73 -
YUV 200.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 150 229 188 0.34 0 0.18 0.10 148.86 0.6 0.74
Hex 96 E5 BC 22 0 12 A 95 3C 4A
Octal 226 345 274 42 0 22 12 225 74 112
Binary 10010110 11100101 10111100 100010 0 10010 1010 10010101 111100 1001010

Color Harmonies of #96E5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E5BC

Black with #96E5BC

Text Example


Text Example

White with #96E5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,229,188); }

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

background-color css

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

 a { background-color: rgb(150,229,188); }

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

border-color css

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

 span { border-color: rgb(150,229,188); }

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