Html Css Color HEX #9DE0BC Vista Blue

📋 copy color: '#9DE0BC'

red 157 ◦ green 224 ◦ blue 188

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

Shades of Vista Blue #9DE0BC

Tints of Vista Blue #9DE0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.04%

R = 27.59%
G = 39.37%
B = 33.04%

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

#9DE0BC (or 0x9DE0BC) is known color: Vista Blue. HEX triplet: 9D, E0 and BC. RGB value is (157,224,188). Sum of RGB (Red+Green+Blue) = 157+224+188=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0BC is #621F43. Grayscale: #C7C7C7. Windows color (decimal): -6430532 or 12378269. OLE color: 12378269.

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

Color convert

RGB 157 224 188 -
CMYK 0.30 0 0.16 0.12
HSL 147.76º 0.52% 0.75% -
HSV(B) 147.76º 0.3% 0.88% -
XYZ 49.64 64.11 57.34 -
YUV 199.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 157 224 188 0.30 0 0.16 0.12 147.76 0.52 0.75
Hex 9D E0 BC 1E 0 10 C 94 34 4B
Octal 235 340 274 36 0 20 14 224 64 113
Binary 10011101 11100000 10111100 11110 0 10000 1100 10010100 110100 1001011

Color Harmonies of #9DE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE0BC

Black with #9DE0BC

Text Example


Text Example

White with #9DE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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