Html Css Color HEX #9ED8B1 Vista Blue

📋 copy color: '#9ED8B1'

red 158 ◦ green 216 ◦ blue 177

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

Shades of Vista Blue #9ED8B1

Tints of Vista Blue #9ED8B1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.2%

 BLUE value IS 177 (69.53% from 255) = 32.12%

R = 28.68%
G = 39.2%
B = 32.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#9ED8B1 (or 0x9ED8B1) is known color: Vista Blue. HEX triplet: 9E, D8 and B1. RGB value is (158,216,177). Sum of RGB (Red+Green+Blue) = 158+216+177=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED8B1 is #61274E. Grayscale: #C2C2C2. Windows color (decimal): -6367055 or 11655326. OLE color: 11655326.

HSL color Cylindrical-coordinate representation of color #9ED8B1: hue angle of 139.66º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8B1 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 177 -
CMYK 0.27 0 0.18 0.15
HSL 139.66º 0.43% 0.73% -
HSV(B) 139.66º 0.27% 0.85% -
XYZ 46.59 59.56 50.63 -
YUV 194.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 158 216 177 0.27 0 0.18 0.15 139.66 0.43 0.73
Hex 9E D8 B1 1B 0 12 F 8C 2B 49
Octal 236 330 261 33 0 22 17 214 53 111
Binary 10011110 11011000 10110001 11011 0 10010 1111 10001100 101011 1001001

Color Harmonies of #9ED8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED8B1

Black with #9ED8B1

Text Example


Text Example

White with #9ED8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,216,177); }

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

background-color css

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

 a { background-color: rgb(158,216,177); }

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

border-color css

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

 span { border-color: rgb(158,216,177); }

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