Html Css Color HEX #9EDCC1 Vista Blue

📋 copy color: '#9EDCC1'

red 158 ◦ green 220 ◦ blue 193

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

Shades of Vista Blue #9EDCC1

Tints of Vista Blue #9EDCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 193 (75.78% from 255) = 33.8%

R = 27.67%
G = 38.53%
B = 33.8%

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

#9EDCC1 (or 0x9EDCC1) is known color: Vista Blue. HEX triplet: 9E, DC and C1. RGB value is (158,220,193). Sum of RGB (Red+Green+Blue) = 158+220+193=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCC1 is #61233E. Grayscale: #C6C6C6. Windows color (decimal): -6366015 or 12704926. OLE color: 12704926.

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

Color convert

RGB 158 220 193 -
CMYK 0.28 0 0.12 0.14
HSL 153.87º 0.47% 0.74% -
HSV(B) 153.87º 0.28% 0.86% -
XYZ 49.32 62.31 59.88 -
YUV 198.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 158 220 193 0.28 0 0.12 0.14 153.87 0.47 0.74
Hex 9E DC C1 1C 0 C E 9A 2F 4A
Octal 236 334 301 34 0 14 16 232 57 112
Binary 10011110 11011100 11000001 11100 0 1100 1110 10011010 101111 1001010

Color Harmonies of #9EDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDCC1

Black with #9EDCC1

Text Example


Text Example

White with #9EDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,193); }

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

background-color css

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

 a { background-color: rgb(158,220,193); }

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

border-color css

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

 span { border-color: rgb(158,220,193); }

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