Html Css Color HEX #9EDBC0 Vista Blue

📋 copy color: '#9EDBC0'

red 158 ◦ green 219 ◦ blue 192

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

Shades of Vista Blue #9EDBC0

Tints of Vista Blue #9EDBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.74%

R = 27.77%
G = 38.49%
B = 33.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#9EDBC0 (or 0x9EDBC0) is known color: Vista Blue. HEX triplet: 9E, DB and C0. RGB value is (158,219,192). Sum of RGB (Red+Green+Blue) = 158+219+192=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBC0 is #61243F. Grayscale: #C5C5C5. Windows color (decimal): -6366272 or 12639134. OLE color: 12639134.

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

Color convert

RGB 158 219 192 -
CMYK 0.28 0 0.12 0.14
HSL 153.44º 0.46% 0.74% -
HSV(B) 153.44º 0.28% 0.86% -
XYZ 48.95 61.74 59.21 -
YUV 197.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 158 219 192 0.28 0 0.12 0.14 153.44 0.46 0.74
Hex 9E DB C0 1C 0 C E 99 2E 4A
Octal 236 333 300 34 0 14 16 231 56 112
Binary 10011110 11011011 11000000 11100 0 1100 1110 10011001 101110 1001010

Color Harmonies of #9EDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBC0

Black with #9EDBC0

Text Example


Text Example

White with #9EDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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