Html Css Color HEX #9DE1BD Vista Blue

📋 copy color: '#9DE1BD'

red 157 ◦ green 225 ◦ blue 189

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

Shades of Vista Blue #9DE1BD

Tints of Vista Blue #9DE1BD

RGB

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

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

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

R = 27.5%
G = 39.4%
B = 33.1%

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

#9DE1BD (or 0x9DE1BD) is known color: Vista Blue. HEX triplet: 9D, E1 and BD. RGB value is (157,225,189). Sum of RGB (Red+Green+Blue) = 157+225+189=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1BD is #621E42. Grayscale: #C8C8C8. Windows color (decimal): -6430275 or 12444061. OLE color: 12444061.

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

Color convert

RGB 157 225 189 -
CMYK 0.30 0 0.16 0.12
HSL 148.24º 0.53% 0.75% -
HSV(B) 148.24º 0.3% 0.88% -
XYZ 50.02 64.69 57.99 -
YUV 200.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 157 225 189 0.30 0 0.16 0.12 148.24 0.53 0.75
Hex 9D E1 BD 1E 0 10 C 94 35 4B
Octal 235 341 275 36 0 20 14 224 65 113
Binary 10011101 11100001 10111101 11110 0 10000 1100 10010100 110101 1001011

Color Harmonies of #9DE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1BD

Black with #9DE1BD

Text Example


Text Example

White with #9DE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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