Html Css Color HEX #96EBC0 Vista Blue

📋 copy color: '#96EBC0'

red 150 ◦ green 235 ◦ blue 192

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

Shades of Vista Blue #96EBC0

Tints of Vista Blue #96EBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.28%

R = 26%
G = 40.73%
B = 33.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#96EBC0 (or 0x96EBC0) is known color: Vista Blue. HEX triplet: 96, EB and C0. RGB value is (150,235,192). Sum of RGB (Red+Green+Blue) = 150+235+192=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBC0 is #69143F. Grayscale: #CCCCCC. Windows color (decimal): -6886464 or 12643222. OLE color: 12643222.

HSL color Cylindrical-coordinate representation of color #96EBC0: hue angle of 149.65º 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 #96EBC0 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 192 -
CMYK 0.36 0 0.18 0.08
HSL 149.65º 0.68% 0.75% -
HSV(B) 149.65º 0.36% 0.92% -
XYZ 51.8 69.71 60.59 -
YUV 204.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 150 235 192 0.36 0 0.18 0.08 149.65 0.68 0.75
Hex 96 EB C0 24 0 12 8 96 44 4B
Octal 226 353 300 44 0 22 10 226 104 113
Binary 10010110 11101011 11000000 100100 0 10010 1000 10010110 1000100 1001011

Color Harmonies of #96EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBC0

Black with #96EBC0

Text Example


Text Example

White with #96EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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