Html Css Color HEX #9EDFBA Vista Blue

📋 copy color: '#9EDFBA'

red 158 ◦ green 223 ◦ blue 186

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

Shades of Vista Blue #9EDFBA

Tints of Vista Blue #9EDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.33%

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

R = 27.87%
G = 39.33%
B = 32.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#9EDFBA (or 0x9EDFBA) is known color: Vista Blue. HEX triplet: 9E, DF and BA. RGB value is (158,223,186). Sum of RGB (Red+Green+Blue) = 158+223+186=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFBA is #612045. Grayscale: #C7C7C7. Windows color (decimal): -6365254 or 12246942. OLE color: 12246942.

HSL color Cylindrical-coordinate representation of color #9EDFBA: hue angle of 145.85º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFBA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 186 -
CMYK 0.29 0 0.17 0.13
HSL 145.85º 0.5% 0.75% -
HSV(B) 145.85º 0.29% 0.87% -
XYZ 49.35 63.59 56.13 -
YUV 199.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 158 223 186 0.29 0 0.17 0.13 145.85 0.5 0.75
Hex 9E DF BA 1D 0 11 D 92 32 4B
Octal 236 337 272 35 0 21 15 222 62 113
Binary 10011110 11011111 10111010 11101 0 10001 1101 10010010 110010 1001011

Color Harmonies of #9EDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFBA

Black with #9EDFBA

Text Example


Text Example

White with #9EDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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