Html Css Color HEX #96EBBE Vista Blue

📋 copy color: '#96EBBE'

red 150 ◦ green 235 ◦ blue 190

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

Shades of Vista Blue #96EBBE

Tints of Vista Blue #96EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.87%

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

R = 26.09%
G = 40.87%
B = 33.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#96EBBE (or 0x96EBBE) is known color: Vista Blue. HEX triplet: 96, EB and BE. RGB value is (150,235,190). Sum of RGB (Red+Green+Blue) = 150+235+190=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBBE is #691441. Grayscale: #CCCCCC. Windows color (decimal): -6886466 or 12512150. OLE color: 12512150.

HSL color Cylindrical-coordinate representation of color #96EBBE: hue angle of 148.24º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBBE is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 190 -
CMYK 0.36 0 0.19 0.08
HSL 148.24º 0.68% 0.75% -
HSV(B) 148.24º 0.36% 0.92% -
XYZ 51.58 69.62 59.43 -
YUV 204.46 119.84 89.16 -
System Red Green Blue C M Y K H S L
Decimal 150 235 190 0.36 0 0.19 0.08 148.24 0.68 0.75
Hex 96 EB BE 24 0 13 8 94 44 4B
Octal 226 353 276 44 0 23 10 224 104 113
Binary 10010110 11101011 10111110 100100 0 10011 1000 10010100 1000100 1001011

Color Harmonies of #96EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBBE

Black with #96EBBE

Text Example


Text Example

White with #96EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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