Html Css Color HEX #9DEAB4 Vista Blue

📋 copy color: '#9DEAB4'

red 157 ◦ green 234 ◦ blue 180

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

Shades of Vista Blue #9DEAB4

Tints of Vista Blue #9DEAB4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.98%

 BLUE value IS 180 (70.7% from 255) = 31.52%

R = 27.5%
G = 40.98%
B = 31.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#9DEAB4 (or 0x9DEAB4) is known color: Vista Blue. HEX triplet: 9D, EA and B4. RGB value is (157,234,180). Sum of RGB (Red+Green+Blue) = 157+234+180=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAB4 is #62154B. Grayscale: #CCCCCC. Windows color (decimal): -6427980 or 11856541. OLE color: 11856541.

HSL color Cylindrical-coordinate representation of color #9DEAB4: hue angle of 137.92º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEAB4 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 234 180 -
CMYK 0.33 0 0.23 0.08
HSL 137.92º 0.65% 0.77% -
HSV(B) 137.92º 0.33% 0.92% -
XYZ 51.57 69.31 53.84 -
YUV 204.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 157 234 180 0.33 0 0.23 0.08 137.92 0.65 0.77
Hex 9D EA B4 21 0 17 8 8A 41 4D
Octal 235 352 264 41 0 27 10 212 101 115
Binary 10011101 11101010 10110100 100001 0 10111 1000 10001010 1000001 1001101

Color Harmonies of #9DEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEAB4

Black with #9DEAB4

Text Example


Text Example

White with #9DEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,234,180); }

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

background-color css

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

 a { background-color: rgb(157,234,180); }

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

border-color css

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

 span { border-color: rgb(157,234,180); }

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