Html Css Color HEX #96D1AE Vista Blue

📋 copy color: '#96D1AE'

red 150 ◦ green 209 ◦ blue 174

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

Shades of Vista Blue #96D1AE

Tints of Vista Blue #96D1AE

RGB

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

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

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

R = 28.14%
G = 39.21%
B = 32.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#96D1AE (or 0x96D1AE) is known color: Vista Blue. HEX triplet: 96, D1 and AE. RGB value is (150,209,174). Sum of RGB (Red+Green+Blue) = 150+209+174=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #96D1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D1AE is #692E51. Grayscale: #BBBBBB. Windows color (decimal): -6893138 or 11456918. OLE color: 11456918.

HSL color Cylindrical-coordinate representation of color #96D1AE: hue angle of 144.41º 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 #96D1AE is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 209 174 -
CMYK 0.28 0 0.17 0.18
HSL 144.41º 0.39% 0.7% -
HSV(B) 144.41º 0.28% 0.82% -
XYZ 43.02 55.14 48.42 -
YUV 187.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 150 209 174 0.28 0 0.17 0.18 144.41 0.39 0.7
Hex 96 D1 AE 1C 0 11 12 90 27 46
Octal 226 321 256 34 0 21 22 220 47 106
Binary 10010110 11010001 10101110 11100 0 10001 10010 10010000 100111 1000110

Color Harmonies of #96D1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D1AE

Black with #96D1AE

Text Example


Text Example

White with #96D1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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