Html Css Color HEX #96D3AF Vista Blue

📋 copy color: '#96D3AF'

red 150 ◦ green 211 ◦ blue 175

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

Shades of Vista Blue #96D3AF

Tints of Vista Blue #96D3AF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.37%

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

R = 27.99%
G = 39.37%
B = 32.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#96D3AF (or 0x96D3AF) is known color: Vista Blue. HEX triplet: 96, D3 and AF. RGB value is (150,211,175). Sum of RGB (Red+Green+Blue) = 150+211+175=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #96D3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D3AF is #692C50. Grayscale: #BCBCBC. Windows color (decimal): -6892625 or 11522966. OLE color: 11522966.

HSL color Cylindrical-coordinate representation of color #96D3AF: hue angle of 144.59º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D3AF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 211 175 -
CMYK 0.29 0 0.17 0.17
HSL 144.59º 0.41% 0.71% -
HSV(B) 144.59º 0.29% 0.83% -
XYZ 43.61 56.17 49.1 -
YUV 188.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 150 211 175 0.29 0 0.17 0.17 144.59 0.41 0.71
Hex 96 D3 AF 1D 0 11 11 91 29 47
Octal 226 323 257 35 0 21 21 221 51 107
Binary 10010110 11010011 10101111 11101 0 10001 10001 10010001 101001 1000111

Color Harmonies of #96D3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D3AF

Black with #96D3AF

Text Example


Text Example

White with #96D3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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