Html Css Color HEX #9DE6C1 Vista Blue

📋 copy color: '#9DE6C1'

red 157 ◦ green 230 ◦ blue 193

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

Shades of Vista Blue #9DE6C1

Tints of Vista Blue #9DE6C1

RGB

 RED value IS 157 (61.72% from 255) = 27.07%

 GREEN value IS 230 (90.23% from 255) = 39.66%

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

R = 27.07%
G = 39.66%
B = 33.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#9DE6C1 (or 0x9DE6C1) is known color: Vista Blue. HEX triplet: 9D, E6 and C1. RGB value is (157,230,193). Sum of RGB (Red+Green+Blue) = 157+230+193=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE6C1 is #62193E. Grayscale: #CCCCCC. Windows color (decimal): -6428991 or 12707485. OLE color: 12707485.

HSL color Cylindrical-coordinate representation of color #9DE6C1: hue angle of 149.59º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE6C1 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 230 193 -
CMYK 0.32 0 0.16 0.10
HSL 149.59º 0.59% 0.76% -
HSV(B) 149.59º 0.32% 0.9% -
XYZ 51.83 67.61 60.77 -
YUV 203.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 157 230 193 0.32 0 0.16 0.10 149.59 0.59 0.76
Hex 9D E6 C1 20 0 10 A 96 3B 4C
Octal 235 346 301 40 0 20 12 226 73 114
Binary 10011101 11100110 11000001 100000 0 10000 1010 10010110 111011 1001100

Color Harmonies of #9DE6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE6C1

Black with #9DE6C1

Text Example


Text Example

White with #9DE6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,230,193); }

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

background-color css

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

 a { background-color: rgb(157,230,193); }

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

border-color css

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

 span { border-color: rgb(157,230,193); }

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