Html Css Color HEX #9EDABE Vista Blue

📋 copy color: '#9EDABE'

red 158 ◦ green 218 ◦ blue 190

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

Shades of Vista Blue #9EDABE

Tints of Vista Blue #9EDABE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.52%

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 27.92%
G = 38.52%
B = 33.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#9EDABE (or 0x9EDABE) is known color: Vista Blue. HEX triplet: 9E, DA and BE. RGB value is (158,218,190). Sum of RGB (Red+Green+Blue) = 158+218+190=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDABE is #612541. Grayscale: #C4C4C4. Windows color (decimal): -6366530 or 12507806. OLE color: 12507806.

HSL color Cylindrical-coordinate representation of color #9EDABE: hue angle of 152º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDABE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 218 190 -
CMYK 0.28 0 0.13 0.15
HSL 152º 0.45% 0.74% -
HSV(B) 152º 0.28% 0.85% -
XYZ 48.47 61.13 57.96 -
YUV 196.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 158 218 190 0.28 0 0.13 0.15 152 0.45 0.74
Hex 9E DA BE 1C 0 D F 98 2D 4A
Octal 236 332 276 34 0 15 17 230 55 112
Binary 10011110 11011010 10111110 11100 0 1101 1111 10011000 101101 1001010

Color Harmonies of #9EDABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDABE

Black with #9EDABE

Text Example


Text Example

White with #9EDABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,218,190); }

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

background-color css

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

 a { background-color: rgb(158,218,190); }

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

border-color css

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

 span { border-color: rgb(158,218,190); }

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