Html Css Color HEX #96DFB4 Vista Blue

📋 copy color: '#96DFB4'

red 150 ◦ green 223 ◦ blue 180

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

Shades of Vista Blue #96DFB4

Tints of Vista Blue #96DFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.55%

R = 27.12%
G = 40.33%
B = 32.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#96DFB4 (or 0x96DFB4) is known color: Vista Blue. HEX triplet: 96, DF and B4. RGB value is (150,223,180). Sum of RGB (Red+Green+Blue) = 150+223+180=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFB4 is #69204B. Grayscale: #C4C4C4. Windows color (decimal): -6889548 or 11853718. OLE color: 11853718.

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

Color convert

RGB 150 223 180 -
CMYK 0.33 0 0.19 0.13
HSL 144.66º 0.53% 0.73% -
HSV(B) 144.66º 0.33% 0.87% -
XYZ 47.2 62.55 52.77 -
YUV 196.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 150 223 180 0.33 0 0.19 0.13 144.66 0.53 0.73
Hex 96 DF B4 21 0 13 D 91 35 49
Octal 226 337 264 41 0 23 15 221 65 111
Binary 10010110 11011111 10110100 100001 0 10011 1101 10010001 110101 1001001

Color Harmonies of #96DFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFB4

Black with #96DFB4

Text Example


Text Example

White with #96DFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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