Html Css Color HEX #96D1AF Vista Blue

📋 copy color: '#96D1AF'

red 150 ◦ green 209 ◦ blue 175

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

Shades of Vista Blue #96D1AF

Tints of Vista Blue #96D1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.14%

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

R = 28.09%
G = 39.14%
B = 32.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#96D1AF (or 0x96D1AF) is known color: Vista Blue. HEX triplet: 96, D1 and AF. RGB value is (150,209,175). Sum of RGB (Red+Green+Blue) = 150+209+175=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #96D1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D1AF is #692E50. Grayscale: #BBBBBB. Windows color (decimal): -6893137 or 11522454. OLE color: 11522454.

HSL color Cylindrical-coordinate representation of color #96D1AF: hue angle of 145.42º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D1AF is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 209 175 -
CMYK 0.28 0 0.16 0.18
HSL 145.42º 0.39% 0.7% -
HSV(B) 145.42º 0.28% 0.82% -
XYZ 43.12 55.18 48.94 -
YUV 187.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 150 209 175 0.28 0 0.16 0.18 145.42 0.39 0.7
Hex 96 D1 AF 1C 0 10 12 91 27 46
Octal 226 321 257 34 0 20 22 221 47 106
Binary 10010110 11010001 10101111 11100 0 10000 10010 10010001 100111 1000110

Color Harmonies of #96D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D1AF

Black with #96D1AF

Text Example


Text Example

White with #96D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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