Html Css Color HEX #96DCBE Vista Blue

📋 copy color: '#96DCBE'

red 150 ◦ green 220 ◦ blue 190

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

Shades of Vista Blue #96DCBE

Tints of Vista Blue #96DCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 26.79%
G = 39.29%
B = 33.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#96DCBE (or 0x96DCBE) is known color: Vista Blue. HEX triplet: 96, DC and BE. RGB value is (150,220,190). Sum of RGB (Red+Green+Blue) = 150+220+190=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCBE is #692341. Grayscale: #C3C3C3. Windows color (decimal): -6890306 or 12508310. OLE color: 12508310.

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

Color convert

RGB 150 220 190 -
CMYK 0.32 0 0.14 0.14
HSL 154.29º 0.5% 0.73% -
HSV(B) 154.29º 0.32% 0.86% -
XYZ 47.47 61.39 58.06 -
YUV 195.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 150 220 190 0.32 0 0.14 0.14 154.29 0.5 0.73
Hex 96 DC BE 20 0 E E 9A 32 49
Octal 226 334 276 40 0 16 16 232 62 111
Binary 10010110 11011100 10111110 100000 0 1110 1110 10011010 110010 1001001

Color Harmonies of #96DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCBE

Black with #96DCBE

Text Example


Text Example

White with #96DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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