Html Css Color HEX #9DEFBA Vista Blue

📋 copy color: '#9DEFBA'

red 157 ◦ green 239 ◦ blue 186

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

Shades of Vista Blue #9DEFBA

Tints of Vista Blue #9DEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.07%

 BLUE value IS 186 (73.05% from 255) = 31.96%

R = 26.98%
G = 41.07%
B = 31.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#9DEFBA (or 0x9DEFBA) is known color: Vista Blue. HEX triplet: 9D, EF and BA. RGB value is (157,239,186). Sum of RGB (Red+Green+Blue) = 157+239+186=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFBA is #621045. Grayscale: #D0D0D0. Windows color (decimal): -6426694 or 12251037. OLE color: 12251037.

HSL color Cylindrical-coordinate representation of color #9DEFBA: hue angle of 141.22º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFBA is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 239 186 -
CMYK 0.34 0 0.22 0.06
HSL 141.22º 0.72% 0.78% -
HSV(B) 141.22º 0.34% 0.94% -
XYZ 53.63 72.45 57.61 -
YUV 208.44 115.33 91.31 -
System Red Green Blue C M Y K H S L
Decimal 157 239 186 0.34 0 0.22 0.06 141.22 0.72 0.78
Hex 9D EF BA 22 0 16 6 8D 48 4E
Octal 235 357 272 42 0 26 6 215 110 116
Binary 10011101 11101111 10111010 100010 0 10110 110 10001101 1001000 1001110

Color Harmonies of #9DEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFBA

Black with #9DEFBA

Text Example


Text Example

White with #9DEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,239,186); }

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

background-color css

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

 a { background-color: rgb(157,239,186); }

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

border-color css

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

 span { border-color: rgb(157,239,186); }

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