Html Css Color HEX #8ADEAA Vista Blue

📋 copy color: '#8ADEAA'

red 138 ◦ green 222 ◦ blue 170

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

Shades of Vista Blue #8ADEAA

Tints of Vista Blue #8ADEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

 BLUE value IS 170 (66.8% from 255) = 32.08%

R = 26.04%
G = 41.89%
B = 32.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#8ADEAA (or 0x8ADEAA) is known color: Vista Blue. HEX triplet: 8A, DE and AA. RGB value is (138,222,170). Sum of RGB (Red+Green+Blue) = 138+222+170=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEAA is #752155. Grayscale: #BFBFBF. Windows color (decimal): -7676246 or 11198090. OLE color: 11198090.

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

Color convert

RGB 138 222 170 -
CMYK 0.38 0 0.23 0.13
HSL 142.86º 0.56% 0.71% -
HSV(B) 142.86º 0.38% 0.87% -
XYZ 43.86 60.55 47.41 -
YUV 190.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 138 222 170 0.38 0 0.23 0.13 142.86 0.56 0.71
Hex 8A DE AA 26 0 17 D 8F 38 47
Octal 212 336 252 46 0 27 15 217 70 107
Binary 10001010 11011110 10101010 100110 0 10111 1101 10001111 111000 1000111

Color Harmonies of #8ADEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEAA

Black with #8ADEAA

Text Example


Text Example

White with #8ADEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,170); }

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

background-color css

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

 a { background-color: rgb(138,222,170); }

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

border-color css

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

 span { border-color: rgb(138,222,170); }

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