Html Css Color HEX #96EABD Vista Blue

📋 copy color: '#96EABD'

red 150 ◦ green 234 ◦ blue 189

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

Shades of Vista Blue #96EABD

Tints of Vista Blue #96EABD

RGB

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

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

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

R = 26.18%
G = 40.84%
B = 32.98%

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

#96EABD (or 0x96EABD) is known color: Vista Blue. HEX triplet: 96, EA and BD. RGB value is (150,234,189). Sum of RGB (Red+Green+Blue) = 150+234+189=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #96EABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EABD is #691542. Grayscale: #CBCBCB. Windows color (decimal): -6886723 or 12446358. OLE color: 12446358.

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

Color convert

RGB 150 234 189 -
CMYK 0.36 0 0.19 0.08
HSL 147.86º 0.67% 0.75% -
HSV(B) 147.86º 0.36% 0.92% -
XYZ 51.19 69 58.77 -
YUV 203.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 150 234 189 0.36 0 0.19 0.08 147.86 0.67 0.75
Hex 96 EA BD 24 0 13 8 94 43 4B
Octal 226 352 275 44 0 23 10 224 103 113
Binary 10010110 11101010 10111101 100100 0 10011 1000 10010100 1000011 1001011

Color Harmonies of #96EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EABD

Black with #96EABD

Text Example


Text Example

White with #96EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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