Html Css Color HEX #9ED2BD Vista Blue

📋 copy color: '#9ED2BD'

red 158 ◦ green 210 ◦ blue 189

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

Shades of Vista Blue #9ED2BD

Tints of Vista Blue #9ED2BD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 28.37%
G = 37.7%
B = 33.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#9ED2BD (or 0x9ED2BD) is known color: Vista Blue. HEX triplet: 9E, D2 and BD. RGB value is (158,210,189). Sum of RGB (Red+Green+Blue) = 158+210+189=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED2BD is #612D42. Grayscale: #C0C0C0. Windows color (decimal): -6368579 or 12440222. OLE color: 12440222.

HSL color Cylindrical-coordinate representation of color #9ED2BD: hue angle of 155.77º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED2BD is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 189 -
CMYK 0.25 0 0.10 0.18
HSL 155.77º 0.37% 0.72% -
HSV(B) 155.77º 0.25% 0.82% -
XYZ 46.33 57.04 56.71 -
YUV 192.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 158 210 189 0.25 0 0.10 0.18 155.77 0.37 0.72
Hex 9E D2 BD 19 0 A 12 9C 25 48
Octal 236 322 275 31 0 12 22 234 45 110
Binary 10011110 11010010 10111101 11001 0 1010 10010 10011100 100101 1001000

Color Harmonies of #9ED2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2BD

Black with #9ED2BD

Text Example


Text Example

White with #9ED2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,210,189); }

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

background-color css

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

 a { background-color: rgb(158,210,189); }

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

border-color css

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

 span { border-color: rgb(158,210,189); }

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