Html Css Color HEX #9EDFBD Vista Blue

📋 copy color: '#9EDFBD'

red 158 ◦ green 223 ◦ blue 189

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

Shades of Vista Blue #9EDFBD

Tints of Vista Blue #9EDFBD

RGB

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

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

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

R = 27.72%
G = 39.12%
B = 33.16%

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

#9EDFBD (or 0x9EDFBD) is known color: Vista Blue. HEX triplet: 9E, DF and BD. RGB value is (158,223,189). Sum of RGB (Red+Green+Blue) = 158+223+189=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFBD is #612042. Grayscale: #C7C7C7. Windows color (decimal): -6365251 or 12443550. OLE color: 12443550.

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

Color convert

RGB 158 223 189 -
CMYK 0.29 0 0.15 0.13
HSL 148.62º 0.5% 0.75% -
HSV(B) 148.62º 0.29% 0.87% -
XYZ 49.67 63.72 57.82 -
YUV 199.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 158 223 189 0.29 0 0.15 0.13 148.62 0.5 0.75
Hex 9E DF BD 1D 0 F D 95 32 4B
Octal 236 337 275 35 0 17 15 225 62 113
Binary 10011110 11011111 10111101 11101 0 1111 1101 10010101 110010 1001011

Color Harmonies of #9EDFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFBD

Black with #9EDFBD

Text Example


Text Example

White with #9EDFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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