Html Css Color HEX #8DD5A6 Vista Blue

📋 copy color: '#8DD5A6'

red 141 ◦ green 213 ◦ blue 166

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

Shades of Vista Blue #8DD5A6

Tints of Vista Blue #8DD5A6

RGB

 RED value IS 141 (55.47% from 255) = 27.12%

 GREEN value IS 213 (83.59% from 255) = 40.96%

 BLUE value IS 166 (65.23% from 255) = 31.92%

R = 27.12%
G = 40.96%
B = 31.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#8DD5A6 (or 0x8DD5A6) is known color: Vista Blue. HEX triplet: 8D, D5 and A6. RGB value is (141,213,166). Sum of RGB (Red+Green+Blue) = 141+213+166=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD5A6 is #722A59. Grayscale: #BABABA. Windows color (decimal): -7481946 or 10933645. OLE color: 10933645.

HSL color Cylindrical-coordinate representation of color #8DD5A6: hue angle of 140.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD5A6 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 213 166 -
CMYK 0.34 0 0.22 0.16
HSL 140.83º 0.46% 0.69% -
HSV(B) 140.83º 0.34% 0.84% -
XYZ 41.66 56 44.69 -
YUV 186.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 141 213 166 0.34 0 0.22 0.16 140.83 0.46 0.69
Hex 8D D5 A6 22 0 16 10 8D 2E 45
Octal 215 325 246 42 0 26 20 215 56 105
Binary 10001101 11010101 10100110 100010 0 10110 10000 10001101 101110 1000101

Color Harmonies of #8DD5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD5A6

Black with #8DD5A6

Text Example


Text Example

White with #8DD5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,213,166); }

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

background-color css

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

 a { background-color: rgb(141,213,166); }

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

border-color css

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

 span { border-color: rgb(141,213,166); }

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