Html Css Color HEX #96DFB0 Vista Blue

📋 copy color: '#96DFB0'

red 150 ◦ green 223 ◦ blue 176

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

Shades of Vista Blue #96DFB0

Tints of Vista Blue #96DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.62%

 BLUE value IS 176 (69.14% from 255) = 32.06%

R = 27.32%
G = 40.62%
B = 32.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#96DFB0 (or 0x96DFB0) is known color: Vista Blue. HEX triplet: 96, DF and B0. RGB value is (150,223,176). Sum of RGB (Red+Green+Blue) = 150+223+176=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFB0 is #69204F. Grayscale: #C3C3C3. Windows color (decimal): -6889552 or 11591574. OLE color: 11591574.

HSL color Cylindrical-coordinate representation of color #96DFB0: hue angle of 141.37º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFB0 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 176 -
CMYK 0.33 0 0.21 0.13
HSL 141.37º 0.53% 0.73% -
HSV(B) 141.37º 0.33% 0.87% -
XYZ 46.8 62.39 50.65 -
YUV 195.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 150 223 176 0.33 0 0.21 0.13 141.37 0.53 0.73
Hex 96 DF B0 21 0 15 D 8D 35 49
Octal 226 337 260 41 0 25 15 215 65 111
Binary 10010110 11011111 10110000 100001 0 10101 1101 10001101 110101 1001001

Color Harmonies of #96DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFB0

Black with #96DFB0

Text Example


Text Example

White with #96DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,176); }

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

background-color css

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

 a { background-color: rgb(150,223,176); }

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

border-color css

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

 span { border-color: rgb(150,223,176); }

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