Html Css Color HEX #9EDEBA Vista Blue

📋 copy color: '#9EDEBA'

red 158 ◦ green 222 ◦ blue 186

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

Shades of Vista Blue #9EDEBA

Tints of Vista Blue #9EDEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.22%

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

R = 27.92%
G = 39.22%
B = 32.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#9EDEBA (or 0x9EDEBA) is known color: Vista Blue. HEX triplet: 9E, DE and BA. RGB value is (158,222,186). Sum of RGB (Red+Green+Blue) = 158+222+186=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEBA is #612145. Grayscale: #C6C6C6. Windows color (decimal): -6365510 or 12246686. OLE color: 12246686.

HSL color Cylindrical-coordinate representation of color #9EDEBA: hue angle of 146.25º degrees, saturation: 0.49, 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 #9EDEBA is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 222 186 -
CMYK 0.29 0 0.16 0.13
HSL 146.25º 0.49% 0.75% -
HSV(B) 146.25º 0.29% 0.87% -
XYZ 49.08 63.06 56.04 -
YUV 198.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 158 222 186 0.29 0 0.16 0.13 146.25 0.49 0.75
Hex 9E DE BA 1D 0 10 D 92 31 4B
Octal 236 336 272 35 0 20 15 222 61 113
Binary 10011110 11011110 10111010 11101 0 10000 1101 10010010 110001 1001011

Color Harmonies of #9EDEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEBA

Black with #9EDEBA

Text Example


Text Example

White with #9EDEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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