Html Css Color HEX #96E1C2 Vista Blue

📋 copy color: '#96E1C2'

red 150 ◦ green 225 ◦ blue 194

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

Shades of Vista Blue #96E1C2

Tints of Vista Blue #96E1C2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.54%

 BLUE value IS 194 (76.17% from 255) = 34.09%

R = 26.36%
G = 39.54%
B = 34.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#96E1C2 (or 0x96E1C2) is known color: Vista Blue. HEX triplet: 96, E1 and C2. RGB value is (150,225,194). Sum of RGB (Red+Green+Blue) = 150+225+194=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1C2 is #691E3D. Grayscale: #C7C7C7. Windows color (decimal): -6889022 or 12771734. OLE color: 12771734.

HSL color Cylindrical-coordinate representation of color #96E1C2: hue angle of 155.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1C2 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 194 -
CMYK 0.33 0 0.14 0.12
HSL 155.2º 0.56% 0.74% -
HSV(B) 155.2º 0.33% 0.88% -
XYZ 49.24 64.23 60.84 -
YUV 199.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 150 225 194 0.33 0 0.14 0.12 155.2 0.56 0.74
Hex 96 E1 C2 21 0 E C 9B 38 4A
Octal 226 341 302 41 0 16 14 233 70 112
Binary 10010110 11100001 11000010 100001 0 1110 1100 10011011 111000 1001010

Color Harmonies of #96E1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E1C2

Black with #96E1C2

Text Example


Text Example

White with #96E1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,194); }

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

background-color css

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

 a { background-color: rgb(150,225,194); }

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

border-color css

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

 span { border-color: rgb(150,225,194); }

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