Html Css Color HEX #9EDFBF Vista Blue

📋 copy color: '#9EDFBF'

red 158 ◦ green 223 ◦ blue 191

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

Shades of Vista Blue #9EDFBF

Tints of Vista Blue #9EDFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.39%

R = 27.62%
G = 38.99%
B = 33.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#9EDFBF (or 0x9EDFBF) is known color: Vista Blue. HEX triplet: 9E, DF and BF. RGB value is (158,223,191). Sum of RGB (Red+Green+Blue) = 158+223+191=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFBF is #612040. Grayscale: #C7C7C7. Windows color (decimal): -6365249 or 12574622. OLE color: 12574622.

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

Color convert

RGB 158 223 191 -
CMYK 0.29 0 0.14 0.13
HSL 150.46º 0.5% 0.75% -
HSV(B) 150.46º 0.29% 0.87% -
XYZ 49.89 63.81 58.98 -
YUV 199.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 158 223 191 0.29 0 0.14 0.13 150.46 0.5 0.75
Hex 9E DF BF 1D 0 E D 96 32 4B
Octal 236 337 277 35 0 16 15 226 62 113
Binary 10011110 11011111 10111111 11101 0 1110 1101 10010110 110010 1001011

Color Harmonies of #9EDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFBF

Black with #9EDFBF

Text Example


Text Example

White with #9EDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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