Html Css Color HEX #8ADDA8 Vista Blue

📋 copy color: '#8ADDA8'

red 138 ◦ green 221 ◦ blue 168

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

Shades of Vista Blue #8ADDA8

Tints of Vista Blue #8ADDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.88%

R = 26.19%
G = 41.94%
B = 31.88%

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

#8ADDA8 (or 0x8ADDA8) is known color: Vista Blue. HEX triplet: 8A, DD and A8. RGB value is (138,221,168). Sum of RGB (Red+Green+Blue) = 138+221+168=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDA8 is #752257. Grayscale: #BEBEBE. Windows color (decimal): -7676504 or 11066762. OLE color: 11066762.

HSL color Cylindrical-coordinate representation of color #8ADDA8: hue angle of 141.69º 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 #8ADDA8 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 168 -
CMYK 0.38 0 0.24 0.13
HSL 141.69º 0.55% 0.7% -
HSV(B) 141.69º 0.38% 0.87% -
XYZ 43.41 59.94 46.33 -
YUV 190.14 115.5 90.81 -
System Red Green Blue C M Y K H S L
Decimal 138 221 168 0.38 0 0.24 0.13 141.69 0.55 0.7
Hex 8A DD A8 26 0 18 D 8E 37 46
Octal 212 335 250 46 0 30 15 216 67 106
Binary 10001010 11011101 10101000 100110 0 11000 1101 10001110 110111 1000110

Color Harmonies of #8ADDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDA8

Black with #8ADDA8

Text Example


Text Example

White with #8ADDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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