Html Css Color HEX #96D8AE Vista Blue

📋 copy color: '#96D8AE'

red 150 ◦ green 216 ◦ blue 174

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

Shades of Vista Blue #96D8AE

Tints of Vista Blue #96D8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40%

 BLUE value IS 174 (68.36% from 255) = 32.22%

R = 27.78%
G = 40%
B = 32.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#96D8AE (or 0x96D8AE) is known color: Vista Blue. HEX triplet: 96, D8 and AE. RGB value is (150,216,174). Sum of RGB (Red+Green+Blue) = 150+216+174=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D8AE is #692751. Grayscale: #BFBFBF. Windows color (decimal): -6891346 or 11458710. OLE color: 11458710.

HSL color Cylindrical-coordinate representation of color #96D8AE: hue angle of 141.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8AE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 174 -
CMYK 0.31 0 0.19 0.15
HSL 141.82º 0.46% 0.72% -
HSV(B) 141.82º 0.31% 0.85% -
XYZ 44.77 58.65 49.01 -
YUV 191.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 150 216 174 0.31 0 0.19 0.15 141.82 0.46 0.72
Hex 96 D8 AE 1F 0 13 F 8E 2E 48
Octal 226 330 256 37 0 23 17 216 56 110
Binary 10010110 11011000 10101110 11111 0 10011 1111 10001110 101110 1001000

Color Harmonies of #96D8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8AE

Black with #96D8AE

Text Example


Text Example

White with #96D8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,216,174); }

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

background-color css

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

 a { background-color: rgb(150,216,174); }

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

border-color css

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

 span { border-color: rgb(150,216,174); }

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