Html Css Color HEX #9EDEBD Vista Blue

📋 copy color: '#9EDEBD'

red 158 ◦ green 222 ◦ blue 189

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

Shades of Vista Blue #9EDEBD

Tints of Vista Blue #9EDEBD

RGB

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

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

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

R = 27.77%
G = 39.02%
B = 33.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#9EDEBD (or 0x9EDEBD) is known color: Vista Blue. HEX triplet: 9E, DE and BD. RGB value is (158,222,189). Sum of RGB (Red+Green+Blue) = 158+222+189=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEBD is #612142. Grayscale: #C7C7C7. Windows color (decimal): -6365507 or 12443294. OLE color: 12443294.

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

Color convert

RGB 158 222 189 -
CMYK 0.29 0 0.15 0.13
HSL 149.06º 0.49% 0.75% -
HSV(B) 149.06º 0.29% 0.87% -
XYZ 49.41 63.19 57.74 -
YUV 199.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 158 222 189 0.29 0 0.15 0.13 149.06 0.49 0.75
Hex 9E DE BD 1D 0 F D 95 31 4B
Octal 236 336 275 35 0 17 15 225 61 113
Binary 10011110 11011110 10111101 11101 0 1111 1101 10010101 110001 1001011

Color Harmonies of #9EDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEBD

Black with #9EDEBD

Text Example


Text Example

White with #9EDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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