Html Css Color HEX #9EEDB7 Vista Blue

📋 copy color: '#9EEDB7'

red 158 ◦ green 237 ◦ blue 183

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

Shades of Vista Blue #9EEDB7

Tints of Vista Blue #9EEDB7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41%

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

R = 27.34%
G = 41%
B = 31.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#9EEDB7 (or 0x9EEDB7) is known color: Vista Blue. HEX triplet: 9E, ED and B7. RGB value is (158,237,183). Sum of RGB (Red+Green+Blue) = 158+237+183=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDB7 is #611248. Grayscale: #CFCFCF. Windows color (decimal): -6361673 or 12053918. OLE color: 12053918.

HSL color Cylindrical-coordinate representation of color #9EEDB7: hue angle of 138.99º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDB7 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 183 -
CMYK 0.33 0 0.23 0.07
HSL 138.99º 0.69% 0.77% -
HSV(B) 138.99º 0.33% 0.93% -
XYZ 52.93 71.26 55.76 -
YUV 207.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 158 237 183 0.33 0 0.23 0.07 138.99 0.69 0.77
Hex 9E ED B7 21 0 17 7 8B 45 4D
Octal 236 355 267 41 0 27 7 213 105 115
Binary 10011110 11101101 10110111 100001 0 10111 111 10001011 1000101 1001101

Color Harmonies of #9EEDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDB7

Black with #9EEDB7

Text Example


Text Example

White with #9EEDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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