Html Css Color HEX #96EAC0 Vista Blue

📋 copy color: '#96EAC0'

red 150 ◦ green 234 ◦ blue 192

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

Shades of Vista Blue #96EAC0

Tints of Vista Blue #96EAC0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.63%

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

R = 26.04%
G = 40.63%
B = 33.33%

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

#96EAC0 (or 0x96EAC0) is known color: Vista Blue. HEX triplet: 96, EA and C0. RGB value is (150,234,192). Sum of RGB (Red+Green+Blue) = 150+234+192=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EAC0 is #69153F. Grayscale: #CCCCCC. Windows color (decimal): -6886720 or 12642966. OLE color: 12642966.

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

Color convert

RGB 150 234 192 -
CMYK 0.36 0 0.18 0.08
HSL 150º 0.67% 0.75% -
HSV(B) 150º 0.36% 0.92% -
XYZ 51.51 69.14 60.5 -
YUV 204.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 150 234 192 0.36 0 0.18 0.08 150 0.67 0.75
Hex 96 EA C0 24 0 12 8 96 43 4B
Octal 226 352 300 44 0 22 10 226 103 113
Binary 10010110 11101010 11000000 100100 0 10010 1000 10010110 1000011 1001011

Color Harmonies of #96EAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EAC0

Black with #96EAC0

Text Example


Text Example

White with #96EAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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