Html Css Color HEX #9ED1BA Vista Blue

📋 copy color: '#9ED1BA'

red 158 ◦ green 209 ◦ blue 186

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

Shades of Vista Blue #9ED1BA

Tints of Vista Blue #9ED1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.79%

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 28.57%
G = 37.79%
B = 33.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#9ED1BA (or 0x9ED1BA) is known color: Vista Blue. HEX triplet: 9E, D1 and BA. RGB value is (158,209,186). Sum of RGB (Red+Green+Blue) = 158+209+186=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED1BA is #612E45. Grayscale: #BFBFBF. Windows color (decimal): -6368838 or 12243358. OLE color: 12243358.

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

Color convert

RGB 158 209 186 -
CMYK 0.24 0 0.11 0.18
HSL 152.94º 0.36% 0.72% -
HSV(B) 152.94º 0.24% 0.82% -
XYZ 45.76 56.42 54.93 -
YUV 191.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 158 209 186 0.24 0 0.11 0.18 152.94 0.36 0.72
Hex 9E D1 BA 18 0 B 12 99 24 48
Octal 236 321 272 30 0 13 22 231 44 110
Binary 10011110 11010001 10111010 11000 0 1011 10010 10011001 100100 1001000

Color Harmonies of #9ED1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED1BA

Black with #9ED1BA

Text Example


Text Example

White with #9ED1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,209,186); }

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

background-color css

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

 a { background-color: rgb(158,209,186); }

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

border-color css

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

 span { border-color: rgb(158,209,186); }

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