#8ADFAC

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

Shades of Vista Blue #8ADFAC

Tints of Vista Blue #8ADFAC

Color information

#8ADFAC (or 0x8ADFAC) is unknown color: approx Vista Blue. HEX triplet: 8A, DF and AC. RGB value is (138,223,172). Sum of RGB (Red+Green+Blue) = 138+223+172=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADFAC is #752053. Grayscale: #BFBFBF. Windows color (decimal): -7675988 or 11329418. OLE color: 11329418.

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

Color convert

RGB138223172-
CMYK0.3800.230.13
HSL144º57.05%70.78%-
HSV(B)144º38.12%87.45%-
XYZ44.3261.1648.5-
YUV191.77116.8489.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 223 (87.5% from 255) = 41.84%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=25.89%
G=41.84%
B=32.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231720.3800.230.1314457.0570.78
Hex8ADFAC26017D903947
Octal212337254460271522071107
Binary1000101011011111101011001001100101111101100100001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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