Html Css Color HEX #8ADBAC Vista Blue

📋 copy color: '#8ADBAC'

red 138 ◦ green 219 ◦ blue 172

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

Shades of Vista Blue #8ADBAC

Tints of Vista Blue #8ADBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.51%

R = 26.09%
G = 41.4%
B = 32.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#8ADBAC (or 0x8ADBAC) is known color: Vista Blue. HEX triplet: 8A, DB and AC. RGB value is (138,219,172). Sum of RGB (Red+Green+Blue) = 138+219+172=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADBAC is #752453. Grayscale: #BDBDBD. Windows color (decimal): -7677012 or 11328394. OLE color: 11328394.

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

Color convert

RGB 138 219 172 -
CMYK 0.37 0 0.21 0.14
HSL 145.19º 0.53% 0.7% -
HSV(B) 145.19º 0.37% 0.86% -
XYZ 43.26 59.04 48.15 -
YUV 189.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 138 219 172 0.37 0 0.21 0.14 145.19 0.53 0.7
Hex 8A DB AC 25 0 15 E 91 35 46
Octal 212 333 254 45 0 25 16 221 65 106
Binary 10001010 11011011 10101100 100101 0 10101 1110 10010001 110101 1000110

Color Harmonies of #8ADBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBAC

Black with #8ADBAC

Text Example


Text Example

White with #8ADBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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