Html Css Color HEX #9DE1BE Vista Blue

📋 copy color: '#9DE1BE'

red 157 ◦ green 225 ◦ blue 190

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

Shades of Vista Blue #9DE1BE

Tints of Vista Blue #9DE1BE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.34%

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 27.45%
G = 39.34%
B = 33.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#9DE1BE (or 0x9DE1BE) is known color: Vista Blue. HEX triplet: 9D, E1 and BE. RGB value is (157,225,190). Sum of RGB (Red+Green+Blue) = 157+225+190=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1BE is #621E41. Grayscale: #C8C8C8. Windows color (decimal): -6430274 or 12509597. OLE color: 12509597.

HSL color Cylindrical-coordinate representation of color #9DE1BE: hue angle of 149.12º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1BE is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 225 190 -
CMYK 0.30 0 0.16 0.12
HSL 149.12º 0.53% 0.75% -
HSV(B) 149.12º 0.3% 0.88% -
XYZ 50.12 64.74 58.57 -
YUV 200.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 157 225 190 0.30 0 0.16 0.12 149.12 0.53 0.75
Hex 9D E1 BE 1E 0 10 C 95 35 4B
Octal 235 341 276 36 0 20 14 225 65 113
Binary 10011101 11100001 10111110 11110 0 10000 1100 10010101 110101 1001011

Color Harmonies of #9DE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1BE

Black with #9DE1BE

Text Example


Text Example

White with #9DE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,225,190); }

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

background-color css

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

 a { background-color: rgb(157,225,190); }

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

border-color css

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

 span { border-color: rgb(157,225,190); }

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