Html Css Color HEX #9DEEB8 Vista Blue

📋 copy color: '#9DEEB8'

red 157 ◦ green 238 ◦ blue 184

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

Shades of Vista Blue #9DEEB8

Tints of Vista Blue #9DEEB8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.11%

 BLUE value IS 184 (72.27% from 255) = 31.78%

R = 27.12%
G = 41.11%
B = 31.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#9DEEB8 (or 0x9DEEB8) is known color: Vista Blue. HEX triplet: 9D, EE and B8. RGB value is (157,238,184). Sum of RGB (Red+Green+Blue) = 157+238+184=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEB8 is #621147. Grayscale: #CFCFCF. Windows color (decimal): -6426952 or 12119709. OLE color: 12119709.

HSL color Cylindrical-coordinate representation of color #9DEEB8: hue angle of 140º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEB8 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 238 184 -
CMYK 0.34 0 0.23 0.07
HSL 140º 0.7% 0.77% -
HSV(B) 140º 0.34% 0.93% -
XYZ 53.13 71.78 56.4 -
YUV 207.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 157 238 184 0.34 0 0.23 0.07 140 0.7 0.77
Hex 9D EE B8 22 0 17 7 8C 46 4D
Octal 235 356 270 42 0 27 7 214 106 115
Binary 10011101 11101110 10111000 100010 0 10111 111 10001100 1000110 1001101

Color Harmonies of #9DEEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEB8

Black with #9DEEB8

Text Example


Text Example

White with #9DEEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,184); }

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

background-color css

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

 a { background-color: rgb(157,238,184); }

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

border-color css

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

 span { border-color: rgb(157,238,184); }

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