Html Css Color HEX #8ADBA5 Vista Blue

📋 copy color: '#8ADBA5'

red 138 ◦ green 219 ◦ blue 165

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

Shades of Vista Blue #8ADBA5

Tints of Vista Blue #8ADBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.61%

R = 26.44%
G = 41.95%
B = 31.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#8ADBA5 (or 0x8ADBA5) is known color: Vista Blue. HEX triplet: 8A, DB and A5. RGB value is (138,219,165). Sum of RGB (Red+Green+Blue) = 138+219+165=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADBA5 is #75245A. Grayscale: #BCBCBC. Windows color (decimal): -7677019 or 10869642. OLE color: 10869642.

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

Color convert

RGB 138 219 165 -
CMYK 0.37 0 0.25 0.14
HSL 140º 0.53% 0.7% -
HSV(B) 140º 0.37% 0.86% -
XYZ 42.6 58.78 44.7 -
YUV 188.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 138 219 165 0.37 0 0.25 0.14 140 0.53 0.7
Hex 8A DB A5 25 0 19 E 8C 35 46
Octal 212 333 245 45 0 31 16 214 65 106
Binary 10001010 11011011 10100101 100101 0 11001 1110 10001100 110101 1000110

Color Harmonies of #8ADBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBA5

Black with #8ADBA5

Text Example


Text Example

White with #8ADBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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