Html Css Color HEX #96DCBA Vista Blue

📋 copy color: '#96DCBA'

red 150 ◦ green 220 ◦ blue 186

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

Shades of Vista Blue #96DCBA

Tints of Vista Blue #96DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.57%

 BLUE value IS 186 (73.05% from 255) = 33.45%

R = 26.98%
G = 39.57%
B = 33.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#96DCBA (or 0x96DCBA) is known color: Vista Blue. HEX triplet: 96, DC and BA. RGB value is (150,220,186). Sum of RGB (Red+Green+Blue) = 150+220+186=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCBA is #692345. Grayscale: #C3C3C3. Windows color (decimal): -6890310 or 12246166. OLE color: 12246166.

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

Color convert

RGB 150 220 186 -
CMYK 0.32 0 0.15 0.14
HSL 150.86º 0.5% 0.73% -
HSV(B) 150.86º 0.32% 0.86% -
XYZ 47.03 61.22 55.79 -
YUV 195.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 150 220 186 0.32 0 0.15 0.14 150.86 0.5 0.73
Hex 96 DC BA 20 0 F E 97 32 49
Octal 226 334 272 40 0 17 16 227 62 111
Binary 10010110 11011100 10111010 100000 0 1111 1110 10010111 110010 1001001

Color Harmonies of #96DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCBA

Black with #96DCBA

Text Example


Text Example

White with #96DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,186); }

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

background-color css

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

 a { background-color: rgb(150,220,186); }

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

border-color css

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

 span { border-color: rgb(150,220,186); }

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