Html Css Color HEX #9EDBBA Vista Blue

📋 copy color: '#9EDBBA'

red 158 ◦ green 219 ◦ blue 186

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

Shades of Vista Blue #9EDBBA

Tints of Vista Blue #9EDBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.9%

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

R = 28.06%
G = 38.9%
B = 33.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#9EDBBA (or 0x9EDBBA) is known color: Vista Blue. HEX triplet: 9E, DB and BA. RGB value is (158,219,186). Sum of RGB (Red+Green+Blue) = 158+219+186=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBBA is #612445. Grayscale: #C5C5C5. Windows color (decimal): -6366278 or 12245918. OLE color: 12245918.

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

Color convert

RGB 158 219 186 -
CMYK 0.28 0 0.15 0.14
HSL 147.54º 0.46% 0.74% -
HSV(B) 147.54º 0.28% 0.86% -
XYZ 48.3 61.48 55.78 -
YUV 197 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 158 219 186 0.28 0 0.15 0.14 147.54 0.46 0.74
Hex 9E DB BA 1C 0 F E 94 2E 4A
Octal 236 333 272 34 0 17 16 224 56 112
Binary 10011110 11011011 10111010 11100 0 1111 1110 10010100 101110 1001010

Color Harmonies of #9EDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBBA

Black with #9EDBBA

Text Example


Text Example

White with #9EDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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