Html Css Color HEX #8ADDA7 Vista Blue

📋 copy color: '#8ADDA7'

red 138 ◦ green 221 ◦ blue 167

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

Shades of Vista Blue #8ADDA7

Tints of Vista Blue #8ADDA7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 167 (65.63% from 255) = 31.75%

R = 26.24%
G = 42.02%
B = 31.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#8ADDA7 (or 0x8ADDA7) is known color: Vista Blue. HEX triplet: 8A, DD and A7. RGB value is (138,221,167). Sum of RGB (Red+Green+Blue) = 138+221+167=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDA7 is #752258. Grayscale: #BEBEBE. Windows color (decimal): -7676505 or 11001226. OLE color: 11001226.

HSL color Cylindrical-coordinate representation of color #8ADDA7: hue angle of 140.96º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDA7 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 167 -
CMYK 0.38 0 0.24 0.13
HSL 140.96º 0.55% 0.7% -
HSV(B) 140.96º 0.38% 0.87% -
XYZ 43.31 59.91 45.84 -
YUV 190.03 115 90.89 -
System Red Green Blue C M Y K H S L
Decimal 138 221 167 0.38 0 0.24 0.13 140.96 0.55 0.7
Hex 8A DD A7 26 0 18 D 8D 37 46
Octal 212 335 247 46 0 30 15 215 67 106
Binary 10001010 11011101 10100111 100110 0 11000 1101 10001101 110111 1000110

Color Harmonies of #8ADDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDA7

Black with #8ADDA7

Text Example


Text Example

White with #8ADDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,221,167); }

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

background-color css

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

 a { background-color: rgb(138,221,167); }

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

border-color css

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

 span { border-color: rgb(138,221,167); }

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