Html Css Color HEX #9EEAB7 Vista Blue

📋 copy color: '#9EEAB7'

red 158 ◦ green 234 ◦ blue 183

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

Shades of Vista Blue #9EEAB7

Tints of Vista Blue #9EEAB7

RGB

 RED value IS 158 (62.11% from 255) = 27.48%

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

 BLUE value IS 183 (71.88% from 255) = 31.83%

R = 27.48%
G = 40.7%
B = 31.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#9EEAB7 (or 0x9EEAB7) is known color: Vista Blue. HEX triplet: 9E, EA and B7. RGB value is (158,234,183). Sum of RGB (Red+Green+Blue) = 158+234+183=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEAB7 is #611548. Grayscale: #CDCDCD. Windows color (decimal): -6362441 or 12053150. OLE color: 12053150.

HSL color Cylindrical-coordinate representation of color #9EEAB7: hue angle of 139.74º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEAB7 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 234 183 -
CMYK 0.32 0 0.22 0.08
HSL 139.74º 0.64% 0.77% -
HSV(B) 139.74º 0.32% 0.92% -
XYZ 52.07 69.53 55.48 -
YUV 205.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 158 234 183 0.32 0 0.22 0.08 139.74 0.64 0.77
Hex 9E EA B7 20 0 16 8 8C 40 4D
Octal 236 352 267 40 0 26 10 214 100 115
Binary 10011110 11101010 10110111 100000 0 10110 1000 10001100 1000000 1001101

Color Harmonies of #9EEAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAB7

Black with #9EEAB7

Text Example


Text Example

White with #9EEAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EEAB7; }

 p { color: rgb(158,234,183); }

 H1.HeaderClassName
 {
   color: #9EEAB7;
 }
 .AnyTagClassName
 {
   color: #9EEAB7;
 }
</style>

background-color css

<style>
 a { background-color: #9EEAB7; }

 a { background-color: rgb(158,234,183); }

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

border-color css

<style>
 span { border-color: #9EEAB7; }

 span { border-color: rgb(158,234,183); }

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