Html Css Color HEX #96DBAE Vista Blue

📋 copy color: '#96DBAE'

red 150 ◦ green 219 ◦ blue 174

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

Shades of Vista Blue #96DBAE

Tints of Vista Blue #96DBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.33%

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

R = 27.62%
G = 40.33%
B = 32.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#96DBAE (or 0x96DBAE) is known color: Vista Blue. HEX triplet: 96, DB and AE. RGB value is (150,219,174). Sum of RGB (Red+Green+Blue) = 150+219+174=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBAE is #692451. Grayscale: #C1C1C1. Windows color (decimal): -6890578 or 11459478. OLE color: 11459478.

HSL color Cylindrical-coordinate representation of color #96DBAE: hue angle of 140.87º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBAE is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 174 -
CMYK 0.32 0 0.21 0.14
HSL 140.87º 0.49% 0.72% -
HSV(B) 140.87º 0.32% 0.86% -
XYZ 45.55 60.2 49.26 -
YUV 193.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 150 219 174 0.32 0 0.21 0.14 140.87 0.49 0.72
Hex 96 DB AE 20 0 15 E 8D 31 48
Octal 226 333 256 40 0 25 16 215 61 110
Binary 10010110 11011011 10101110 100000 0 10101 1110 10001101 110001 1001000

Color Harmonies of #96DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBAE

Black with #96DBAE

Text Example


Text Example

White with #96DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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