Html Css Color HEX #8ADBAA Vista Blue

📋 copy color: '#8ADBAA'

red 138 ◦ green 219 ◦ blue 170

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

Shades of Vista Blue #8ADBAA

Tints of Vista Blue #8ADBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

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

R = 26.19%
G = 41.56%
B = 32.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#8ADBAA (or 0x8ADBAA) is known color: Vista Blue. HEX triplet: 8A, DB and AA. RGB value is (138,219,170). Sum of RGB (Red+Green+Blue) = 138+219+170=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADBAA is #752455. Grayscale: #BDBDBD. Windows color (decimal): -7677014 or 11197322. OLE color: 11197322.

HSL color Cylindrical-coordinate representation of color #8ADBAA: hue angle of 143.7º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADBAA is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 219 170 -
CMYK 0.37 0 0.22 0.14
HSL 143.7º 0.53% 0.7% -
HSV(B) 143.7º 0.37% 0.86% -
XYZ 43.07 58.97 47.14 -
YUV 189.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 138 219 170 0.37 0 0.22 0.14 143.7 0.53 0.7
Hex 8A DB AA 25 0 16 E 90 35 46
Octal 212 333 252 45 0 26 16 220 65 106
Binary 10001010 11011011 10101010 100101 0 10110 1110 10010000 110101 1000110

Color Harmonies of #8ADBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBAA

Black with #8ADBAA

Text Example


Text Example

White with #8ADBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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