Html Css Color HEX #9EEBB8 Vista Blue

📋 copy color: '#9EEBB8'

red 158 ◦ green 235 ◦ blue 184

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

Shades of Vista Blue #9EEBB8

Tints of Vista Blue #9EEBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.89%

R = 27.38%
G = 40.73%
B = 31.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#9EEBB8 (or 0x9EEBB8) is known color: Vista Blue. HEX triplet: 9E, EB and B8. RGB value is (158,235,184). Sum of RGB (Red+Green+Blue) = 158+235+184=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBB8 is #611447. Grayscale: #CECECE. Windows color (decimal): -6362184 or 12118942. OLE color: 12118942.

HSL color Cylindrical-coordinate representation of color #9EEBB8: hue angle of 140.26º 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 #9EEBB8 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 184 -
CMYK 0.33 0 0.22 0.08
HSL 140.26º 0.66% 0.77% -
HSV(B) 140.26º 0.33% 0.92% -
XYZ 52.46 70.15 56.12 -
YUV 206.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 158 235 184 0.33 0 0.22 0.08 140.26 0.66 0.77
Hex 9E EB B8 21 0 16 8 8C 42 4D
Octal 236 353 270 41 0 26 10 214 102 115
Binary 10011110 11101011 10111000 100001 0 10110 1000 10001100 1000010 1001101

Color Harmonies of #9EEBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBB8

Black with #9EEBB8

Text Example


Text Example

White with #9EEBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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