Html Css Color HEX #96DCB2 Vista Blue

📋 copy color: '#96DCB2'

red 150 ◦ green 220 ◦ blue 178

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

Shades of Vista Blue #96DCB2

Tints of Vista Blue #96DCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.15%

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

R = 27.37%
G = 40.15%
B = 32.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#96DCB2 (or 0x96DCB2) is known color: Vista Blue. HEX triplet: 96, DC and B2. RGB value is (150,220,178). Sum of RGB (Red+Green+Blue) = 150+220+178=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCB2 is #69234D. Grayscale: #C2C2C2. Windows color (decimal): -6890318 or 11721878. OLE color: 11721878.

HSL color Cylindrical-coordinate representation of color #96DCB2: hue angle of 144º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCB2 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 178 -
CMYK 0.32 0 0.19 0.14
HSL 144º 0.5% 0.73% -
HSV(B) 144º 0.32% 0.86% -
XYZ 46.21 60.88 51.44 -
YUV 194.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 150 220 178 0.32 0 0.19 0.14 144 0.5 0.73
Hex 96 DC B2 20 0 13 E 90 32 49
Octal 226 334 262 40 0 23 16 220 62 111
Binary 10010110 11011100 10110010 100000 0 10011 1110 10010000 110010 1001001

Color Harmonies of #96DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCB2

Black with #96DCB2

Text Example


Text Example

White with #96DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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