Html Css Color HEX #9EE0C1 Vista Blue

📋 copy color: '#9EE0C1'

red 158 ◦ green 224 ◦ blue 193

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

Shades of Vista Blue #9EE0C1

Tints of Vista Blue #9EE0C1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.96%

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

R = 27.48%
G = 38.96%
B = 33.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#9EE0C1 (or 0x9EE0C1) is known color: Vista Blue. HEX triplet: 9E, E0 and C1. RGB value is (158,224,193). Sum of RGB (Red+Green+Blue) = 158+224+193=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE0C1 is #611F3E. Grayscale: #C8C8C8. Windows color (decimal): -6364991 or 12705950. OLE color: 12705950.

HSL color Cylindrical-coordinate representation of color #9EE0C1: hue angle of 151.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EE0C1 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 193 -
CMYK 0.29 0 0.14 0.12
HSL 151.82º 0.52% 0.75% -
HSV(B) 151.82º 0.29% 0.88% -
XYZ 50.38 64.43 60.23 -
YUV 200.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 158 224 193 0.29 0 0.14 0.12 151.82 0.52 0.75
Hex 9E E0 C1 1D 0 E C 98 34 4B
Octal 236 340 301 35 0 16 14 230 64 113
Binary 10011110 11100000 11000001 11101 0 1110 1100 10011000 110100 1001011

Color Harmonies of #9EE0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0C1

Black with #9EE0C1

Text Example


Text Example

White with #9EE0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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