Html Css Color HEX #96EABB Vista Blue

📋 copy color: '#96EABB'

red 150 ◦ green 234 ◦ blue 187

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

Shades of Vista Blue #96EABB

Tints of Vista Blue #96EABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 26.27%
G = 40.98%
B = 32.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#96EABB (or 0x96EABB) is known color: Vista Blue. HEX triplet: 96, EA and BB. RGB value is (150,234,187). Sum of RGB (Red+Green+Blue) = 150+234+187=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #96EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EABB is #691544. Grayscale: #CBCBCB. Windows color (decimal): -6886725 or 12315286. OLE color: 12315286.

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

Color convert

RGB 150 234 187 -
CMYK 0.36 0 0.20 0.08
HSL 146.43º 0.67% 0.75% -
HSV(B) 146.43º 0.36% 0.92% -
XYZ 50.97 68.92 57.63 -
YUV 203.53 118.67 89.82 -
System Red Green Blue C M Y K H S L
Decimal 150 234 187 0.36 0 0.20 0.08 146.43 0.67 0.75
Hex 96 EA BB 24 0 14 8 92 43 4B
Octal 226 352 273 44 0 24 10 222 103 113
Binary 10010110 11101010 10111011 100100 0 10100 1000 10010010 1000011 1001011

Color Harmonies of #96EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EABB

Black with #96EABB

Text Example


Text Example

White with #96EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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