Html Css Color HEX #96DEB9 Vista Blue

📋 copy color: '#96DEB9'

red 150 ◦ green 222 ◦ blue 185

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

Shades of Vista Blue #96DEB9

Tints of Vista Blue #96DEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.86%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 26.93%
G = 39.86%
B = 33.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#96DEB9 (or 0x96DEB9) is known color: Vista Blue. HEX triplet: 96, DE and B9. RGB value is (150,222,185). Sum of RGB (Red+Green+Blue) = 150+222+185=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEB9 is #692146. Grayscale: #C4C4C4. Windows color (decimal): -6889799 or 12181142. OLE color: 12181142.

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

Color convert

RGB 150 222 185 -
CMYK 0.32 0 0.17 0.13
HSL 149.17º 0.52% 0.73% -
HSV(B) 149.17º 0.32% 0.87% -
XYZ 47.46 62.23 55.41 -
YUV 196.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 150 222 185 0.32 0 0.17 0.13 149.17 0.52 0.73
Hex 96 DE B9 20 0 11 D 95 34 49
Octal 226 336 271 40 0 21 15 225 64 111
Binary 10010110 11011110 10111001 100000 0 10001 1101 10010101 110100 1001001

Color Harmonies of #96DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DEB9

Black with #96DEB9

Text Example


Text Example

White with #96DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,222,185); }

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

background-color css

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

 a { background-color: rgb(150,222,185); }

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

border-color css

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

 span { border-color: rgb(150,222,185); }

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