Html Css Color HEX #96DBAD Vista Blue

📋 copy color: '#96DBAD'

red 150 ◦ green 219 ◦ blue 173

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

Shades of Vista Blue #96DBAD

Tints of Vista Blue #96DBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.92%

R = 27.68%
G = 40.41%
B = 31.92%

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

#96DBAD (or 0x96DBAD) is known color: Vista Blue. HEX triplet: 96, DB and AD. RGB value is (150,219,173). Sum of RGB (Red+Green+Blue) = 150+219+173=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBAD is #692452. Grayscale: #C1C1C1. Windows color (decimal): -6890579 or 11393942. OLE color: 11393942.

HSL color Cylindrical-coordinate representation of color #96DBAD: hue angle of 140º 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 #96DBAD is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 173 -
CMYK 0.32 0 0.21 0.14
HSL 140º 0.49% 0.72% -
HSV(B) 140º 0.32% 0.86% -
XYZ 45.45 60.16 48.75 -
YUV 193.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 150 219 173 0.32 0 0.21 0.14 140 0.49 0.72
Hex 96 DB AD 20 0 15 E 8C 31 48
Octal 226 333 255 40 0 25 16 214 61 110
Binary 10010110 11011011 10101101 100000 0 10101 1110 10001100 110001 1001000

Color Harmonies of #96DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBAD

Black with #96DBAD

Text Example


Text Example

White with #96DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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