Html Css Color HEX #8ADFA6 Vista Blue

📋 copy color: '#8ADFA6'

red 138 ◦ green 223 ◦ blue 166

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

Shades of Vista Blue #8ADFA6

Tints of Vista Blue #8ADFA6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.31%

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 26.19%
G = 42.31%
B = 31.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#8ADFA6 (or 0x8ADFA6) is known color: Vista Blue. HEX triplet: 8A, DF and A6. RGB value is (138,223,166). Sum of RGB (Red+Green+Blue) = 138+223+166=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADFA6 is #752059. Grayscale: #BFBFBF. Windows color (decimal): -7675994 or 10936202. OLE color: 10936202.

HSL color Cylindrical-coordinate representation of color #8ADFA6: hue angle of 139.76º degrees, saturation: 0.57, 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 #8ADFA6 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 223 166 -
CMYK 0.38 0 0.26 0.13
HSL 139.76º 0.57% 0.71% -
HSV(B) 139.76º 0.38% 0.87% -
XYZ 43.75 60.93 45.53 -
YUV 191.09 113.84 90.13 -
System Red Green Blue C M Y K H S L
Decimal 138 223 166 0.38 0 0.26 0.13 139.76 0.57 0.71
Hex 8A DF A6 26 0 1A D 8C 39 47
Octal 212 337 246 46 0 32 15 214 71 107
Binary 10001010 11011111 10100110 100110 0 11010 1101 10001100 111001 1000111

Color Harmonies of #8ADFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADFA6

Black with #8ADFA6

Text Example


Text Example

White with #8ADFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,223,166); }

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

background-color css

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

 a { background-color: rgb(138,223,166); }

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

border-color css

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

 span { border-color: rgb(138,223,166); }

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