Html Css Color HEX #96D9AF Vista Blue

📋 copy color: '#96D9AF'

red 150 ◦ green 217 ◦ blue 175

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

Shades of Vista Blue #96D9AF

Tints of Vista Blue #96D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.04%

 BLUE value IS 175 (68.75% from 255) = 32.29%

R = 27.68%
G = 40.04%
B = 32.29%

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

#96D9AF (or 0x96D9AF) is known color: Vista Blue. HEX triplet: 96, D9 and AF. RGB value is (150,217,175). Sum of RGB (Red+Green+Blue) = 150+217+175=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9AF is #692650. Grayscale: #C0C0C0. Windows color (decimal): -6891089 or 11524502. OLE color: 11524502.

HSL color Cylindrical-coordinate representation of color #96D9AF: hue angle of 142.39º degrees, saturation: 0.47, 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 #96D9AF is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 175 -
CMYK 0.31 0 0.19 0.15
HSL 142.39º 0.47% 0.72% -
HSV(B) 142.39º 0.31% 0.85% -
XYZ 45.13 59.2 49.61 -
YUV 192.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 150 217 175 0.31 0 0.19 0.15 142.39 0.47 0.72
Hex 96 D9 AF 1F 0 13 F 8E 2F 48
Octal 226 331 257 37 0 23 17 216 57 110
Binary 10010110 11011001 10101111 11111 0 10011 1111 10001110 101111 1001000

Color Harmonies of #96D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D9AF

Black with #96D9AF

Text Example


Text Example

White with #96D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,175); }

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

background-color css

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

 a { background-color: rgb(150,217,175); }

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

border-color css

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

 span { border-color: rgb(150,217,175); }

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