Html Css Color HEX #9EDEBF Vista Blue

📋 copy color: '#9EDEBF'

red 158 ◦ green 222 ◦ blue 191

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

Shades of Vista Blue #9EDEBF

Tints of Vista Blue #9EDEBF

RGB

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

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

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

R = 27.67%
G = 38.88%
B = 33.45%

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

#9EDEBF (or 0x9EDEBF) is known color: Vista Blue. HEX triplet: 9E, DE and BF. RGB value is (158,222,191). Sum of RGB (Red+Green+Blue) = 158+222+191=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEBF is #612140. Grayscale: #C7C7C7. Windows color (decimal): -6365505 or 12574366. OLE color: 12574366.

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

Color convert

RGB 158 222 191 -
CMYK 0.29 0 0.14 0.13
HSL 150.94º 0.49% 0.75% -
HSV(B) 150.94º 0.29% 0.87% -
XYZ 49.63 63.27 58.89 -
YUV 199.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 158 222 191 0.29 0 0.14 0.13 150.94 0.49 0.75
Hex 9E DE BF 1D 0 E D 97 31 4B
Octal 236 336 277 35 0 16 15 227 61 113
Binary 10011110 11011110 10111111 11101 0 1110 1101 10010111 110001 1001011

Color Harmonies of #9EDEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEBF

Black with #9EDEBF

Text Example


Text Example

White with #9EDEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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