Html Css Color HEX #9DE0BD Vista Blue

📋 copy color: '#9DE0BD'

red 157 ◦ green 224 ◦ blue 189

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

Shades of Vista Blue #9DE0BD

Tints of Vista Blue #9DE0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 27.54%
G = 39.3%
B = 33.16%

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

#9DE0BD (or 0x9DE0BD) is known color: Vista Blue. HEX triplet: 9D, E0 and BD. RGB value is (157,224,189). Sum of RGB (Red+Green+Blue) = 157+224+189=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0BD is #621F42. Grayscale: #C8C8C8. Windows color (decimal): -6430531 or 12443805. OLE color: 12443805.

HSL color Cylindrical-coordinate representation of color #9DE0BD: hue angle of 148.66º degrees, saturation: 0.52, 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 #9DE0BD is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 224 189 -
CMYK 0.30 0 0.16 0.12
HSL 148.66º 0.52% 0.75% -
HSV(B) 148.66º 0.3% 0.88% -
XYZ 49.75 64.15 57.91 -
YUV 199.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 157 224 189 0.30 0 0.16 0.12 148.66 0.52 0.75
Hex 9D E0 BD 1E 0 10 C 95 34 4B
Octal 235 340 275 36 0 20 14 225 64 113
Binary 10011101 11100000 10111101 11110 0 10000 1100 10010101 110100 1001011

Color Harmonies of #9DE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE0BD

Black with #9DE0BD

Text Example


Text Example

White with #9DE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,224,189); }

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

background-color css

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

 a { background-color: rgb(157,224,189); }

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

border-color css

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

 span { border-color: rgb(157,224,189); }

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