#8ADFA5

Color #8ADFA5 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8ADFA5

Tints of Vista Blue #8ADFA5

Color information

#8ADFA5 (or 0x8ADFA5) is unknown color: approx Vista Blue. HEX triplet: 8A, DF and A5. RGB value is (138,223,165). Sum of RGB (Red+Green+Blue) = 138+223+165=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADFA5 is #75205A. Grayscale: #BFBFBF. Windows color (decimal): -7675995 or 10870666. OLE color: 10870666.

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

Color convert

RGB138223165-
CMYK0.3800.260.13
HSL139.06º57.05%70.78%-
HSV(B)139.06º38.12%87.45%-
XYZ43.6660.945.05-
YUV190.97113.3490.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=26.24%
G=42.40%
B=31.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231650.3800.260.13139.0657.0570.78
Hex8ADFA52601AD8b3947
Octal212337245460321521371107
Binary1000101011011111101001011001100110101101100010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ADFA5;
 }
 .AnyTagClassName
 {
   color: #8ADFA5;
 }
</style>
background-color css

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

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

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

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

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

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