Html Css Color HEX #9EDABA Vista Blue

📋 copy color: '#9EDABA'

red 158 ◦ green 218 ◦ blue 186

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

Shades of Vista Blue #9EDABA

Tints of Vista Blue #9EDABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.1%

R = 28.11%
G = 38.79%
B = 33.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#9EDABA (or 0x9EDABA) is known color: Vista Blue. HEX triplet: 9E, DA and BA. RGB value is (158,218,186). Sum of RGB (Red+Green+Blue) = 158+218+186=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDABA is #612545. Grayscale: #C4C4C4. Windows color (decimal): -6366534 or 12245662. OLE color: 12245662.

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

Color convert

RGB 158 218 186 -
CMYK 0.28 0 0.15 0.15
HSL 148º 0.45% 0.74% -
HSV(B) 148º 0.28% 0.85% -
XYZ 48.03 60.96 55.69 -
YUV 196.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 158 218 186 0.28 0 0.15 0.15 148 0.45 0.74
Hex 9E DA BA 1C 0 F F 94 2D 4A
Octal 236 332 272 34 0 17 17 224 55 112
Binary 10011110 11011010 10111010 11100 0 1111 1111 10010100 101101 1001010

Color Harmonies of #9EDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDABA

Black with #9EDABA

Text Example


Text Example

White with #9EDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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