Html Css Color HEX #9EEBBE Vista Blue

📋 copy color: '#9EEBBE'

red 158 ◦ green 235 ◦ blue 190

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

Shades of Vista Blue #9EEBBE

Tints of Vista Blue #9EEBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.31%

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 27.1%
G = 40.31%
B = 32.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#9EEBBE (or 0x9EEBBE) is known color: Vista Blue. HEX triplet: 9E, EB and BE. RGB value is (158,235,190). Sum of RGB (Red+Green+Blue) = 158+235+190=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBBE is #611441. Grayscale: #CECECE. Windows color (decimal): -6362178 or 12512158. OLE color: 12512158.

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

Color convert

RGB 158 235 190 -
CMYK 0.33 0 0.19 0.08
HSL 144.94º 0.66% 0.77% -
HSV(B) 144.94º 0.33% 0.92% -
XYZ 53.1 70.4 59.51 -
YUV 206.85 118.49 93.16 -
System Red Green Blue C M Y K H S L
Decimal 158 235 190 0.33 0 0.19 0.08 144.94 0.66 0.77
Hex 9E EB BE 21 0 13 8 91 42 4D
Octal 236 353 276 41 0 23 10 221 102 115
Binary 10011110 11101011 10111110 100001 0 10011 1000 10010001 1000010 1001101

Color Harmonies of #9EEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBBE

Black with #9EEBBE

Text Example


Text Example

White with #9EEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,235,190); }

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

background-color css

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

 a { background-color: rgb(158,235,190); }

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

border-color css

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

 span { border-color: rgb(158,235,190); }

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