Html Css Color HEX #96DDB2 Vista Blue

📋 copy color: '#96DDB2'

red 150 ◦ green 221 ◦ blue 178

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

Shades of Vista Blue #96DDB2

Tints of Vista Blue #96DDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.42%

R = 27.32%
G = 40.26%
B = 32.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#96DDB2 (or 0x96DDB2) is known color: Vista Blue. HEX triplet: 96, DD and B2. RGB value is (150,221,178). Sum of RGB (Red+Green+Blue) = 150+221+178=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDB2 is #69224D. Grayscale: #C2C2C2. Windows color (decimal): -6890062 or 11722134. OLE color: 11722134.

HSL color Cylindrical-coordinate representation of color #96DDB2: hue angle of 143.66º 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 #96DDB2 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 178 -
CMYK 0.32 0 0.19 0.13
HSL 143.66º 0.51% 0.73% -
HSV(B) 143.66º 0.32% 0.87% -
XYZ 46.47 61.41 51.52 -
YUV 194.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 150 221 178 0.32 0 0.19 0.13 143.66 0.51 0.73
Hex 96 DD B2 20 0 13 D 90 33 49
Octal 226 335 262 40 0 23 15 220 63 111
Binary 10010110 11011101 10110010 100000 0 10011 1101 10010000 110011 1001001

Color Harmonies of #96DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDB2

Black with #96DDB2

Text Example


Text Example

White with #96DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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