Html Css Color HEX #8AD9AC Vista Blue

📋 copy color: '#8AD9AC'

red 138 ◦ green 217 ◦ blue 172

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

Shades of Vista Blue #8AD9AC

Tints of Vista Blue #8AD9AC

RGB

 RED value IS 138 (54.3% from 255) = 26.19%

 GREEN value IS 217 (85.16% from 255) = 41.18%

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 26.19%
G = 41.18%
B = 32.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#8AD9AC (or 0x8AD9AC) is known color: Vista Blue. HEX triplet: 8A, D9 and AC. RGB value is (138,217,172). Sum of RGB (Red+Green+Blue) = 138+217+172=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD9AC is #752653. Grayscale: #BCBCBC. Windows color (decimal): -7677524 or 11327882. OLE color: 11327882.

HSL color Cylindrical-coordinate representation of color #8AD9AC: hue angle of 145.82º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD9AC is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 217 172 -
CMYK 0.36 0 0.21 0.15
HSL 145.82º 0.51% 0.7% -
HSV(B) 145.82º 0.36% 0.85% -
XYZ 42.74 58.01 47.97 -
YUV 188.25 118.83 92.16 -
System Red Green Blue C M Y K H S L
Decimal 138 217 172 0.36 0 0.21 0.15 145.82 0.51 0.7
Hex 8A D9 AC 24 0 15 F 92 33 46
Octal 212 331 254 44 0 25 17 222 63 106
Binary 10001010 11011001 10101100 100100 0 10101 1111 10010010 110011 1000110

Color Harmonies of #8AD9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD9AC

Black with #8AD9AC

Text Example


Text Example

White with #8AD9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AD9AC; }

 p { color: rgb(138,217,172); }

 H1.HeaderClassName
 {
   color: #8AD9AC;
 }
 .AnyTagClassName
 {
   color: #8AD9AC;
 }
</style>

background-color css

<style>
 a { background-color: #8AD9AC; }

 a { background-color: rgb(138,217,172); }

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

border-color css

<style>
 span { border-color: #8AD9AC; }

 span { border-color: rgb(138,217,172); }

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