Html Css Color HEX #8ADBA9 Vista Blue

📋 copy color: '#8ADBA9'

red 138 ◦ green 219 ◦ blue 169

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

Shades of Vista Blue #8ADBA9

Tints of Vista Blue #8ADBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.13%

R = 26.24%
G = 41.63%
B = 32.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#8ADBA9 (or 0x8ADBA9) is known color: Vista Blue. HEX triplet: 8A, DB and A9. RGB value is (138,219,169). Sum of RGB (Red+Green+Blue) = 138+219+169=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADBA9 is #752456. Grayscale: #BDBDBD. Windows color (decimal): -7677015 or 11131786. OLE color: 11131786.

HSL color Cylindrical-coordinate representation of color #8ADBA9: hue angle of 142.96º 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 #8ADBA9 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 219 169 -
CMYK 0.37 0 0.23 0.14
HSL 142.96º 0.53% 0.7% -
HSV(B) 142.96º 0.37% 0.86% -
XYZ 42.97 58.93 46.65 -
YUV 189.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 138 219 169 0.37 0 0.23 0.14 142.96 0.53 0.7
Hex 8A DB A9 25 0 17 E 8F 35 46
Octal 212 333 251 45 0 27 16 217 65 106
Binary 10001010 11011011 10101001 100101 0 10111 1110 10001111 110101 1000110

Color Harmonies of #8ADBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBA9

Black with #8ADBA9

Text Example


Text Example

White with #8ADBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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