Html Css Color HEX #96DDB1 Vista Blue

📋 copy color: '#96DDB1'

red 150 ◦ green 221 ◦ blue 177

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

Shades of Vista Blue #96DDB1

Tints of Vista Blue #96DDB1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

 BLUE value IS 177 (69.53% from 255) = 32.3%

R = 27.37%
G = 40.33%
B = 32.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#96DDB1 (or 0x96DDB1) is known color: Vista Blue. HEX triplet: 96, DD and B1. RGB value is (150,221,177). Sum of RGB (Red+Green+Blue) = 150+221+177=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDB1 is #69224E. Grayscale: #C2C2C2. Windows color (decimal): -6890063 or 11656598. OLE color: 11656598.

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

Color convert

RGB 150 221 177 -
CMYK 0.32 0 0.20 0.13
HSL 142.82º 0.51% 0.73% -
HSV(B) 142.82º 0.32% 0.87% -
XYZ 46.37 61.37 51 -
YUV 194.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 150 221 177 0.32 0 0.20 0.13 142.82 0.51 0.73
Hex 96 DD B1 20 0 14 D 8F 33 49
Octal 226 335 261 40 0 24 15 217 63 111
Binary 10010110 11011101 10110001 100000 0 10100 1101 10001111 110011 1001001

Color Harmonies of #96DDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDB1

Black with #96DDB1

Text Example


Text Example

White with #96DDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,177); }

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

background-color css

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

 a { background-color: rgb(150,221,177); }

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

border-color css

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

 span { border-color: rgb(150,221,177); }

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