Html Css Color HEX #96E1BD Vista Blue

📋 copy color: '#96E1BD'

red 150 ◦ green 225 ◦ blue 189

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

Shades of Vista Blue #96E1BD

Tints of Vista Blue #96E1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 26.6%
G = 39.89%
B = 33.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#96E1BD (or 0x96E1BD) is known color: Vista Blue. HEX triplet: 96, E1 and BD. RGB value is (150,225,189). Sum of RGB (Red+Green+Blue) = 150+225+189=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1BD is #691E42. Grayscale: #C6C6C6. Windows color (decimal): -6889027 or 12444054. OLE color: 12444054.

HSL color Cylindrical-coordinate representation of color #96E1BD: hue angle of 151.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 #96E1BD is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 189 -
CMYK 0.33 0 0.16 0.12
HSL 151.2º 0.56% 0.74% -
HSV(B) 151.2º 0.33% 0.88% -
XYZ 48.69 64.01 57.93 -
YUV 198.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 150 225 189 0.33 0 0.16 0.12 151.2 0.56 0.74
Hex 96 E1 BD 21 0 10 C 97 38 4A
Octal 226 341 275 41 0 20 14 227 70 112
Binary 10010110 11100001 10111101 100001 0 10000 1100 10010111 111000 1001010

Color Harmonies of #96E1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E1BD

Black with #96E1BD

Text Example


Text Example

White with #96E1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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